Skip to main content

FilterNodeEventArgs(TreeListNode, Boolean) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

Declaration

public FilterNodeEventArgs(
    TreeListNode node,
    bool isFit
)

Parameters

Name Type Description
node TreeListNode

The object to initialize the Node property.

isFit Boolean

The object to initialize the IsFitDefaultFilter property.

See Also