Back to Devexpress

TreeListOptionsView.ShowAutoFilterRow Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-6609a3d2.md

latest1.8 KB
Original Source

TreeListOptionsView.ShowAutoFilterRow Property

Gets or sets whether the Automatic Filtering Row is displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowAutoFilterRow { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowAutoFilterRow As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the Auto Filter Row; otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowAutoFilterRow
TreeList

.OptionsView .ShowAutoFilterRow

|

See Also

Filtering

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace