PivotGridFieldOptionsFilter.PopupExcelFilterEnumFilters Property
Gets or sets a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains enumeration data).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[DefaultValue(ExcelFilterEnumFilters.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterEnumFilters PopupExcelFilterEnumFilters { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Excel |
Default | An Excel |
Available values:
Name | Description |
---|---|
Default | The ‘Filters’ tab contains a default set of operators. |
Equality |
The ‘Filters’ tab includes only the equality relational operators (Equals, Does |
All |
The ‘Filters’ tab includes all available operators, including the inequality operators (Greater |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Popup |
---|---|
Pivot |
|