Back to Devexpress

GroupStateChangedEventArgs.IsRowGroup Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-groupstatechangedeventargs-698a2b1e.md

latest1.2 KB
Original Source

GroupStateChangedEventArgs.IsRowGroup Property

Indicates whether a user expanded/collapsed 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/collapsed row groups; otherwise, false.

|

See Also

GroupStateChangedEventArgs Class

GroupStateChangedEventArgs Members

DevExpress.XtraSpreadsheet Namespace