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

FilterNodeEventArgs(TreeListNode, Boolean) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.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