Skip to main content

TreeListOptionsView.ShowAutoFilterRow Property

Gets or sets whether the Automatic Filtering Row is displayed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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:

Object Type Path to ShowAutoFilterRow
TreeList
.OptionsView .ShowAutoFilterRow
See Also