Skip to main content

TreeList.IsAutoFilterNode(TreeListNode) Method

Gets whether the specified node is an Automatic Filtering Row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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