Skip to main content
A newer version of this page is available. .

GroupRowData.IsLastHierarchicalRow Property

Indicates whether the group row is at the lowest hierarchical level. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool IsLastHierarchicalRow { get; }

Property Value

Type Description
Boolean

true, if the group row is at the lowest hierarchical level; otherwise, false.

See Also