Skip to main content
All docs
V20.2

TreeViewControl.ShowAutoFilterNode Property

Gets or sets whether to display the Automatic Filter Node. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool ShowAutoFilterNode { get; set; }

Property Value

Type Default Description
Boolean false

true to display the Automatic Filter Node; otherwise, false

Remarks

Users can type text into the Automatic Filter Node to filter data against the entered values. The default filter criterion for text values is set to Contains, and for numeric values - Equals.

For information about the Automatic Filter Node, refer to the following DevExpress WPF Grid help topic: Automatic Filter Row.

See Also