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

TreeListCustomFilterNodeEventArgs(TreeListNode, Boolean) Constructor

Initializes a new instance of the TreeListCustomFilterNodeEventArgs class with specified settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public TreeListCustomFilterNodeEventArgs(
    TreeListNode node,
    bool isFit
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object representing the node.

isFit Boolean

Specifies whether the node should be filtered.

See Also