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

    Indicates whether a user starts to expand/collapse row groups.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public bool IsRowGroup { get; }

    Property Value

    Type Description
    Boolean

    true if a user expands/collapses row groups; otherwise, false.

    See Also