An NDoc Documented Class Library

PropertyGridCategory.GetProperty Method 

[Visual Basic]
Overridable Public Function GetProperty( _ 
   ByVal text As String _ 
) As PropertyGridProperty
[C#]
public virtual PropertyGridProperty GetProperty(
   string text
);
[C++]
public: virtual PropertyGridProperty* GetProperty(
   String* text
);
[JScript]
public virtual function GetProperty(
   String text
): PropertyGridProperty;

See Also

PropertyGridCategory Class | White.Core.UIItems.PropertyGridItems Namespace