Skip to main content

GridGroupSummaryData.IsLast Property

Gets whether the group summary is the last visible summary (right most) displayed within a group row. 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 IsLast { get; }

Property Value

Type Description
Boolean

true if the group summary is the last visible summary (right most) displayed within a group row; otherwise, false.

See Also