Back to Devexpress

IPivotTable.FilterHeaderAreaDisplayMode Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottable-416cab5e.md

latest1.5 KB
Original Source

IPivotTable.FilterHeaderAreaDisplayMode Property

Specifies when to display the Filter Header Area in the Pivot Table.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
PivotTableFilterHeaderAreaDisplayMode FilterHeaderAreaDisplayMode { get; set; }

Property Value

TypeDescription
PivotTableFilterHeaderAreaDisplayMode

A PivotTableFilterHeaderAreaDisplayMode enumeration value.

|

Available values:

NameDescription
Default

Always is used. The Filter Header Area is always displayed (even if it does not contain filter fields).

| | Never |

The Filter Header Area is always hidden (even if the Pivot Table has filter fields defined).

| | Always |

The Filter Header Area is always displayed (even if it does not contain filter fields).

|

See Also

IPivotTable Interface

IPivotTable Members

DevExpress.Blazor.PivotTable Namespace