FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowWithDetails Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (RowWithDetails)
    In This Topic
    Gets or sets a value that indicates whether this GroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).
    Syntax
    'Declaration
     
    Public Property IsCollapsed As Boolean
    public bool IsCollapsed {get; set;}
    See Also