Back to Devexpress

AfterGroupProcessingEventArgs.IsRowGroup Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-aftergroupprocessingeventargs.md

latest1.2 KB
Original Source

AfterGroupProcessingEventArgs.IsRowGroup Property

Indicates whether the event is raised for row groups.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool IsRowGroup { get; }
vb
Public ReadOnly Property IsRowGroup As Boolean

Property Value

TypeDescription
Boolean

true if a user expanded or collapsed row groups; otherwise, false.

|

See Also

AfterGroupProcessingEventArgs Class

AfterGroupProcessingEventArgs Members

DevExpress.XtraSpreadsheet Namespace