Skip to main content

ExcelFilterDateTimeValuesTabFilterType Enum

Lists filter control types that can appear in the Values tab of the Excel-style Filter popup (if the current field contains date-time values).

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public enum ExcelFilterDateTimeValuesTabFilterType

Members

Name Description
Default

The ‘Values’ tab displays the default filter control (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