Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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