Skip to main content

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.v23.2.dll

NuGet Package: 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