windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrowfilter-ae1b3e9e.md
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
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to PopupExcelFilterDateTimeValuesTabFilterType |
|---|---|
| RowProperties |
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType
|
Set the PopupExcelFilterDateTimeValuesTabFilterType property to List or Tree to apply the corresponding view.
| List | Tree |
|---|---|
See Also