Back to Devexpress

RowData.IsExpanding Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-0c66bf0a.md

latest1.0 KB
Original Source

RowData.IsExpanding Property

Gets whether a group row is being expanded.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true the group row is being expanded; otherwise, false.

|

See Also

IsRowExpanded

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace