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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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 |
|
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.