A newer version of this page is available.
Switch to the current version.
ExcelFilterDateTimeValuesTabFilterType Enum
Lists values that specify 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.v19.1.dll
Declaration
public enum ExcelFilterDateTimeValuesTabFilterType
Public Enum ExcelFilterDateTimeValuesTabFilterType
Members
Name | Description |
---|---|
Default | The 'Values' tab displays a default filtering UI (Tree). |
Tree | The 'Values' tab displays date-time values as a tree. |
List | The 'Values' tab displays date-time values as a list. |
Related API Members
The following properties accept/return ExcelFilterDateTimeValuesTabFilterType values:
Remarks
Values listed in this enumeration are used to set the PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType property.
See Also
Feedback