Skip to main content

TreeListOptionsColumnFilter.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.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
DevExpress.XtraTreeList.ExcelFilterDateTimeValuesTabFilterType Default

An DevExpress.XtraTreeList.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
TreeListColumn
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType

Remarks

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

PreferredDateTimeValuesTabFilterType_Tree PreferredDateTimeValuesTabFilterType_List

See Also