DefaultCategoryName Property (C1PropertyGrid)
In This Topic
Gets or sets the name used for the default category in which the properties are placed.
Syntax
'Declaration
Public Property DefaultCategoryName As String
public string DefaultCategoryName {get; set;}
See Also