Skip to main content

TreeListInitNewRowEventArgs(TreeListNode) Constructor

Initializes a new instance of the TreeListInitNewRowEventArgs class with specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListInitNewRowEventArgs(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

An object that specifies the tree list node being created.

See Also