PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridCategoryCell Class / IsExpanded Property

In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets whether the category is expanded.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also