PivotTableCustomizeFilterMenuEventArgs Class
Contains data for the CustomizeFilterMenu event.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public class PivotTableCustomizeFilterMenuEventArgs :
PivotTableEventArgsBase
Remarks
The CustomizeFilterMenu action allows you to customize Field Filter Menu items. The PivotTableCustomizeFilterMenuEventArgs
object contains data related to the action.
Refer to the CustomizeFilterMenu event description for more information and an example.
Inheritance
Object
DevExpress.Blazor.PivotTable.Internal.PivotTableEventArgsBase
PivotTableCustomizeFilterMenuEventArgs
See Also