Skip to main content
A newer version of this page is available. .

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

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