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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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