Skip to main content
All docs
V23.2

BeforeGroupProcessingEventArgs.IsRowGroup Property

Indicates whether the event is raised for row groups.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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