Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

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.

PivotExcelPopup_DateTimeValuesTabFilterType_Tree

List

The ‘Values’ tab displays date-time values as a list.

PivotExcelPopup_DateTimeValuesTabFilterType_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