Back to Devexpress

PivotGridFieldOptionsFilter.PopupExcelFilterTextFilters Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsfilter-c9a4a034.md

latest2.8 KB
Original Source

PivotGridFieldOptionsFilter.PopupExcelFilterTextFilters 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 text data).

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(ExcelFilterTextFilters.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterTextFilters PopupExcelFilterTextFilters { get; set; }
vb
<DefaultValue(ExcelFilterTextFilters.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterTextFilters As ExcelFilterTextFilters

Property Value

TypeDefaultDescription
ExcelFilterTextFiltersDefault

An ExcelFilterTextFilters value that specifies a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup.

|

Available values:

NameDescription
Default

The ‘Filters’ tab contains a default set of operators.

| | TextFilters |

The ‘Filters’ tab includes only the equality relational operators (Equals, DoesNotEqual).

| | AllFilters |

The ‘Filters’ tab includes all available operators, including the inequality operators (GreaterThan, GreaterThanOrEqualTo, LessThan, LessThanOrEqualTo, Between).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupExcelFilterTextFilters
PivotGridField

.OptionsFilter .PopupExcelFilterTextFilters

|

See Also

PivotGridFieldOptionsFilter Class

PivotGridFieldOptionsFilter Members

DevExpress.XtraPivotGrid Namespace