Category Property (PropertyAttribute)
In This Topic
Specifies the name of the category in which to group the member when displayed in The C1PropertyGrid.
Syntax
'Declaration
Public Property Category As String
public string Category {get; set;}
See Also