Back to Devexpress

GridRowInfo.IsGroupRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridrowinfo-80d46c77.md

latest970 B
Original Source

GridRowInfo.IsGroupRow Property

Gets whether the row is a group row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

GridRowInfo Class

GridRowInfo Members

DevExpress.Xpf.Grid Namespace