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.v14.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