IPivotTableField.FilterMenuButtonDisplayMode Property
Specifies when the field header displays a filter menu button.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
PivotTableFilterMenuButtonDisplayMode FilterMenuButtonDisplayMode { get; set; }
Property Value
| Type | Description |
|---|---|
| PivotTableFilterMenuButtonDisplayMode | An enumeration value. |
Available values:
| Name | Description |
|---|---|
| Default |
|
| Never | Filter menu buttons are not displayed in field headers. |
| Auto | Filter menu buttons are displayed in field headers. |
Remarks
Refer to the FilterMenuButtonDisplayMode property description for more information and an example.
See Also