PivotTableCustomizeFilterMenuEventArgs.Field Property
Returns the processed field.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public IPivotTableField Field { get; }
Property Value
| Type | Description |
|---|---|
| IPivotTableField | The field object. |
Remarks
Refer to the CustomizeFilterMenu event description for more information and an example.
See Also