windowsforms-devexpress-dot-xtrapivotgrid-feedee8c.md
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
public enum ExcelFilterDateTimeValuesTabFilterType
Public Enum ExcelFilterDateTimeValuesTabFilterType
| Name | Description |
|---|---|
Default |
The ‘Values’ tab displays the default filter control (Tree).
|
| Tree |
The ‘Values’ tab displays date-time values as a tree.
|
| List |
The ‘Values’ tab displays date-time values as a list.
|
The following properties accept/return ExcelFilterDateTimeValuesTabFilterType values:
Values listed in this enumeration are used to set the PivotGridFieldOptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType property.
See Also