Skip to main content
All docs
V23.2

GroupStateChangedEventArgs.IsExpanded Property

Indicates whether groups are expanded.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

true if a user expanded groups; otherwise, false.

See Also