Back to Devexpress

GroupStateChangingEventArgs.IsExpanding Property

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

latest1.2 KB
Original Source

GroupStateChangingEventArgs.IsExpanding Property

Indicates whether a user is going to expand groups.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

GroupStateChangingEventArgs Class

GroupStateChangingEventArgs Members

DevExpress.XtraSpreadsheet Namespace