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

TreeListOptionsColumnFilter.PopupExcelFilterDefaultTab Property

Gets or sets whether the Values or Filters tab is activated when the Excel style pop-up filter menu opens.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(ExcelFilterDefaultTab.Default)]
[XtraSerializableProperty]
public virtual ExcelFilterDefaultTab PopupExcelFilterDefaultTab { get; set; }

Property Value

Type Default Description
DevExpress.XtraTreeList.ExcelFilterDefaultTab **Default**

An DevExpress.XtraTreeList.ExcelFilterDefaultTab enumeration value that specifies whether the Values or Filters tab is activated when the Excel style pop-up filter menu opens. If Default, the activated tab depends or the column’s data type.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupExcelFilterDefaultTab
TreeListColumn
.OptionsFilter.PopupExcelFilterDefaultTab

Remarks

When the Excel style pop-up filter menu opens, the following tab is activated:

  • Filters — for date-time values;
  • Values — for other types.

Set the PopupExcelFilterDefaultTab property to Filters or Values to specify the tab to activate.

See Also