Skip to main content

OptionsColumnFilter.PopupExcelFilterDateTimeValuesTabFilterType Property

Gets or sets whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }

Property Value

Type Default Description
DevExpress.XtraGrid.Columns.ExcelFilterDateTimeValuesTabFilterType Default

An DevExpress.XtraGrid.Columns.ExcelFilterDateTimeValuesTabFilterType enumeration value that specifies whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupExcelFilterDateTimeValuesTabFilterType
GridColumn
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType

Remarks

Set the PopupExcelFilterDateTimeValuesTabFilterType property to Tree or List to apply the corresponding view.

Tree List
PopupExcelFilterDateTimeValuesTabFilterType_Tree PopupExcelFilterDateTimeValuesTabFilterType_List
See Also