ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Excel Namespace / ExcelSaveOptions Class / CollapsibleGroups Property

In This Topic
    CollapsibleGroups Property
    In This Topic
    Gets or sets a value indicating whether groups will be collapsible in a saved file for C1.WPF.DataGrid.C1DataGrid is in the grouping mode.
    Syntax
    'Declaration
     
    
    Public Property CollapsibleGroups As Boolean
    public bool CollapsibleGroups {get; set;}
    Remarks
    See also the CollapsedGroupLevel property description.
    See Also