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

CustomRowFilterEventArgs(TreeListNode, Boolean) Constructor

Initializes a new instance of the CustomRowFilterEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public CustomRowFilterEventArgs(
    TreeListNode node,
    bool isFit
)

Parameters

Name Type Description
node TreeListNode

The processed TreeListNode. This value is assigned to the Node property.

isFit Boolean

true, if the node fits the applied filter; otherwise, false. This value is assigned to the IsFitDefaultFilter property.

See Also