Back to Devexpress

GroupState Enum

corelibraries-devexpress-dot-export-f493a8a6.md

latest1.2 KB
Original Source

GroupState Enum

Lists values that specify the expanded state of data groups in the exported document.

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum GroupState
vb
Public Enum GroupState

Members

NameDescription
Default

Data groups are collapsed and expanded as they are in the source control.

| | ExpandAll |

Expand all data groups.

| | CollapseAll |

Collapse all data groups.

|

The following properties accept/return GroupState values:

See Also

DevExpress.Export Namespace