GroupState Enum
In This Article
Lists values that specify the expanded state of data groups in the exported document.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
Data groups are collapsed and expanded as they are in the source control. |
Expand
|
Expand all data groups. |
Collapse
|
Collapse all data groups. |
#Related API Members
The following properties accept/return GroupState values:
See Also