GridViewBase.GroupedColumns Property
In This Article
Gets the list of grouped columns.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Grid |
The list containing grouped columns. |
#Remarks
The GroupedColumns property contains grouped columns (if any). A column is grouped if its GridColumn.IsGrouped property returns true. To learn more, see Grouping Overview.
See Also