Skip to main content

FilterNodeEventArgs(TreeListNode, Boolean) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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