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

TreeListNodes.AutoFilterNode Property

Gets the Automatic Filtering Row element.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListAutoFilterNode AutoFilterNode { get; }

Property Value

Type Description
DevExpress.XtraTreeList.Nodes.TreeListAutoFilterNode

A TreeListAutoFilterNode object that is the Automatic Filtering Row.

See Also