Skip to main content

GroupState Enum

Lists values specifying whether data groups are collapsed or expanded in the output document when exporting data from the grid.

Namespace: DevExpress.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public enum GroupState

Members

Name Description
Default

Data groups are collapsed and expanded in the exported document as they are in the source grid.

ExpandAll

All data groups are expanded in the exported document.

CollapseAll

All data groups are collapsed in the exported document.

Related API Members

The following properties accept/return GroupState values:

Library Related API Members
Cross-Platform Class Library XlsExportOptionsEx.GroupState
XlsxExportOptionsEx.GroupState
Xamarin Controls DataAwareExportOptionsBase.GroupState

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The GroupState enumeration values are used by the DataAwareExportOptionsBase.GroupState property of the XlsExportOptions or XlsxExportOptions object.

See Also