Skip to main content
A newer version of this page is available. .
All docs
V22.2

GroupState Enum

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

Namespace: DevExpress.Export

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public enum GroupState

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