Back to Devexpress

GroupStateChangedEventArgs.IsExpanded Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-groupstatechangedeventargs-03b1b075.md

latest1.2 KB
Original Source

GroupStateChangedEventArgs.IsExpanded Property

Indicates whether groups are expanded.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if a user expanded groups; otherwise, false.

|

See Also

GroupStateChangedEventArgs Class

GroupStateChangedEventArgs Members

DevExpress.XtraSpreadsheet Namespace