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;}
See Also