Skip to main content

RowData.IsLastRowInGroup Property

Gets whether the row is the last row in a group.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "UpdateBottomLines")]
public bool IsLastRowInGroup { get; }

Property Value

Type Description
Boolean

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

See Also