FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupRow Class / IsExpandable Property

In This Topic
    IsExpandable Property
    In This Topic
    Gets whether the row should show an expand/collapse button.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsExpandable As Boolean
    public bool IsExpandable {get;}
    See Also