Skip to main content

GridGroupSummaryData.IsFirst Property

Gets whether the group summary is the first visible summary (left 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 IsFirst { get; }

Property Value

Type Description
Boolean

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

See Also