Skip to main content

TreeListNodeFilterEventArgs(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeFilterEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListNodeFilterEventArgs(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that represents the processed node. This value is assigned to the TreeListNodeFilterEventArgs.Node property.

See Also