FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GroupStyle Class / Disabled Property

In This Topic
    Disabled Property (GroupStyle)
    In This Topic
    Gets or sets the style to be used when the element is disabled.
    Syntax
    'Declaration
     
    
    Public Property Disabled As BaseGroupStyle
    public BaseGroupStyle Disabled {get; set;}
    See Also