PivotTableCustomizeFilterMenuEventArgs.Clear() Method
Removes all items from the filter menu’s data item collection.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public bool Clear()
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Refer to the CustomizeFilterMenu event description for more information and an example.
See Also