Back to Devexpress

GroupStateChangingEventArgs.IsRowGroup Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-groupstatechangingeventargs-b35304d1.md

latest1.2 KB
Original Source

GroupStateChangingEventArgs.IsRowGroup Property

Indicates whether a user starts to expand/collapse 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 expands/collapses row groups; otherwise, false.

|

See Also

GroupStateChangingEventArgs Class

GroupStateChangingEventArgs Members

DevExpress.XtraSpreadsheet Namespace