Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

GroupStateChangedEventArgs.IsRowGroup Property

Indicates whether a user expanded/collapsed row groups.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public bool IsRowGroup { get; }

Property Value

Type Description
Boolean

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

See Also