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

PivotGroupFilterValuesCollection.IsEmpty Property

Gets whether the collection is empty.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public bool IsEmpty { get; }

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