DataAwareExportOptionsBase.GroupState Property
Gets or sets whether data groups are collapsed or expanded in the exported document.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
GroupState | A value that specifies whether data groups are collapsed or expanded in the exported document. |
Available values:
Name | Description |
---|---|
Default | Data groups are collapsed and expanded in the exported document as they are in the source grid. |
ExpandAll | All data groups are expanded in the exported document. |
CollapseAll | All data groups are collapsed in the exported document. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GroupState |
---|---|
GridControl |
|
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
See Also