Skip to main content

GroupSummaryData.IsLast Property

Gets whether the group summary item is last in the group row.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsLast { get; }

#Property Value

Type Description
Boolean

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

See Also