Skip to main content
All docs
V23.2

GroupStateChangingEventArgs.IsExpanding Property

Indicates whether a user is going to expand groups.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsExpanding { get; }

Property Value

Type Description
Boolean

true if a user starts to expand groups; otherwise, false.

See Also