Back to Devexpress

FilterPanelMode Enum

aspnet-devexpress-dot-web-dot-aspxpivotgrid-34c2d9ed.md

latest1.9 KB
Original Source

FilterPanelMode Enum

Lists values that specify the Pivot Grid’s Filter Panel mode.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FilterPanelMode
vb
Public Enum FilterPanelMode

Members

NameDescription
Prefilter

The field filter values are not displayed in the filter panel.

| | Filter |

The field filter values are displayed in the filter panel.

| | Default |

A default mode. For v25.2, the default mode is Prefilter.

|

The following properties accept/return FilterPanelMode values:

Remarks

Enable the Filter mode to synchronize filters applied in the field filter and Filter Editor. You can customize the resulting filter sting or clear it to reset the applied filters. Set the PivotGridWebOptionsFilter.FilterPanelMode to Filter to enable this mode.

See Also

DevExpress.Web.ASPxPivotGrid Namespace