Skip to main content
All docs
V25.1
  • GroupStateChangingEventArgs.IsExpanding Property

    Indicates whether a user is going to expand groups.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public bool IsExpanding { get; }

    Property Value

    Type Description
    Boolean

    true if a user starts to expand groups; otherwise, false.

    See Also