Back to Devexpress

IPivotTable.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottable-9d4ade0e.md

latest1.4 KB
Original Source

IPivotTable.FilterMenuButtonDisplayMode Property

Specifies when field headers display filter menu buttons.

Namespace : DevExpress.Blazor.PivotTable

Assembly : DevExpress.Blazor.PivotTable.v25.2.dll

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
PivotTableFilterMenuButtonDisplayMode FilterMenuButtonDisplayMode { get; set; }

Property Value

TypeDescription
PivotTableFilterMenuButtonDisplayMode

An enumeration value.

|

Available values:

NameDescription
Default

Auto is used. Filter menu buttons are displayed in field headers.

| | Never |

Filter menu buttons are not displayed in field headers.

| | Auto |

Filter menu buttons are displayed in field headers.

|

See Also

IPivotTable Interface

IPivotTable Members

DevExpress.Blazor.PivotTable Namespace