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

TreeList.IsAutoFilterNode(TreeListNode) Method

Gets whether the specified node is an Automatic Filtering Row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public bool IsAutoFilterNode(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object for which to return whether it is an Automatic Filtering Row.

Returns

Type Description
Boolean

true, if the specified node is an Automatic Filtering Row; otherwise, false.

See Also