Skip to main content
All docs
V25.1
  • GroupStateChangedEventArgs.IsExpanded Property

    Indicates whether groups are expanded.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public bool IsExpanded { get; }

    Property Value

    Type Description
    Boolean

    true if a user expanded groups; otherwise, false.

    See Also