windowsforms-devexpress-dot-xtragrid-dot-columns-dot-optionscolumnfilter-93b7aa98.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.XtraGrid.Columns
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDateTimeValuesTabFilterType PopupExcelFilterDateTimeValuesTabFilterType { get; set; }
<DefaultValue(ExcelFilterDateTimeValuesTabFilterType.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterDateTimeValuesTabFilterType As ExcelFilterDateTimeValuesTabFilterType
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraGrid.Columns.ExcelFilterDateTimeValuesTabFilterType | Default |
An DevExpress.XtraGrid.Columns.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 |
|---|---|
| GridColumn |
.OptionsFilter .PopupExcelFilterDateTimeValuesTabFilterType
|
Set the PopupExcelFilterDateTimeValuesTabFilterType property to Tree or List to apply the corresponding view.
| Tree | List |
|---|---|
See Also