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

TreeListNodeAllowEventArgs(TreeListNode) Constructor

Initializes a new instance of the TreeListNodeAllowEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public TreeListNodeAllowEventArgs(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

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

See Also