Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / Category Property

In This Topic
    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