Skip to main content

VGridOptionsRowFilter.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.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
DevExpress.XtraVerticalGrid.ExcelFilterDateTimeValuesTabFilterType Default

An DevExpress.XtraVerticalGrid.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
RowProperties
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType

Remarks

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

List Tree
VGridOptionsRowFilter_PopupExcelFilterDateTimeValuesTabFilterType_List VGridOptionsRowFilter_PopupExcelFilterDateTimeValuesTabFilterType_Tree
See Also