PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType 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 date-time values).
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType
Property Value
Type | Default | Description |
---|---|---|
ExcelFilterDateTimeValuesTabFilterType | Default |
A ExcelFilterDateTimeValuesTabFilterType 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 PopupExcelFilterDateTimeValuesTabFilterType |
---|---|
PivotGridField |
|
See Also
Feedback