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