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

PivotGroupFilterValue.IsLastLevel Property

Gets whether the field to which the filter value corresponds is the last in the group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public bool IsLastLevel { get; }

Property Value

Type Description
Boolean

true if the field to which the filter value corresponds is the last in the group; otherwise, false.

Remarks

Use the PivotGroupFilterValue.Field property to obtain the field to which the filter value corresponds. To obtain the field’s hierarchy level, use the PivotGroupFilterValue.Level property.

See Also