Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / DefaultCategoryName Property

In This Topic
    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;}
    Remarks
    If DefaultCategoryName is set to a non-empty value. All the properties of the SelectedObject with no category value will be placed in the Default category.
    See Also