PivotGroupFilterValuesCollection.IsEmpty Property
Gets whether the collection is empty.
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 collection is empty; otherwise, false. |
Remarks
To clear the collection, use the PivotGroupFilterValuesCollection.Clear method.
See Also