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

TreeListOptionsView.ShowAutoFilterRow Property

Gets or sets whether the Automatic Filtering Row is displayed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowAutoFilterRow { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the Auto Filter Row; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowAutoFilterRow
WinForms Controls ResourcesTree
.OptionsView.ShowAutoFilterRow
TreeList
.OptionsView.ShowAutoFilterRow
Reporting XRDesignFieldList
.OptionsView.ShowAutoFilterRow
XRDesignReportExplorer
.OptionsView.ShowAutoFilterRow
See Also