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

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