Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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
CategoryRowProperties
.OptionsFilter.PopupExcelFilterDateTimeValuesTabFilterType
MultiEditorRowProperties
.OptionsFilter.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