DataAwareExportOptionsBase.GroupState Property
In This Article
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
[XtraSerializableProperty]
public GroupState GroupState { get; set; }
#Property Value
Type | Description |
---|---|
Group |
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. |
Expand |
All data groups are expanded in the exported document. |
Collapse |
All data groups are collapsed in the exported document. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Group |
---|---|
Grid |
|
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also