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

    Indicates whether the event is raised for 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 starts to expand or collapse row groups; otherwise, false.

    See Also