PivotGridFieldOptionsFilter.PopupExcelFilterNumericValuesTabFilterType Property
Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains numeric data).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[DefaultValue(ExcelFilterNumericValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterNumericValuesTabFilterType PopupExcelFilterNumericValuesTabFilterType { get; set; }
<DefaultValue(ExcelFilterNumericValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterNumericValuesTabFilterType As ExcelFilterNumericValuesTabFilterType
Property Value
Type | Default | Description |
---|---|---|
ExcelFilterNumericValuesTabFilterType | Default |
An ExcelFilterNumericValuesTabFilterType value that specifies the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PopupExcelFilterNumericValuesTabFilterType |
---|---|
PivotGridField |
|
See Also
Feedback