Back to Devexpress

RowData.IsRowExpanded Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-83a6fe3f.md

latest965 B
Original Source

RowData.IsRowExpanded Property

Gets whether a group row is expanded.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace