Skip to main content
All docs
V25.1
  • GroupState Enum

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

    Namespace: DevExpress.Export

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

    NuGet Package: DevExpress.Printing.Core

    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