Back to Devexpress

IPivotTableField.FilterMenuButtonDisplayMode Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottablefield-fa3842fa.md

latest1.7 KB
Original Source

IPivotTableField.FilterMenuButtonDisplayMode Property

Specifies when the field header displays a filter menu button.

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.

|

Remarks

Refer to the FilterMenuButtonDisplayMode property description for additional information and an example.

See Also

IPivotTableField Interface

IPivotTableField Members

DevExpress.Blazor.PivotTable Namespace