Back to Devexpress

VGridOptionsRowFilter.PopupExcelFilterDateTimeValuesTabFilterType Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrowfilter-ae1b3e9e.md

latest2.8 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
vb
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType

Property Value

TypeDefaultDescription
DevExpress.XtraVerticalGrid.ExcelFilterDateTimeValuesTabFilterTypeDefault

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 TypePath to PopupExcelFilterDateTimeValuesTabFilterType
RowProperties

.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType

|

Remarks

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

ListTree

See Also

VGridOptionsRowFilter Class

VGridOptionsRowFilter Members

DevExpress.XtraVerticalGrid.Rows Namespace