Back to Devexpress

CreateCustomNodeEventArgs.Node Property

windowsforms-devexpress-dot-xtratreelist-dot-createcustomnodeeventargs.md

latest1.6 KB
Original Source

CreateCustomNodeEventArgs.Node Property

Gets or sets a value which represents the created node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListNode Node { get; set; }
vb
Public Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode descendant which represents the created node.

|

Remarks

Use this property to create a custom node (TreeListNode descendant). This node is added to the nodes collection specified by the CreateCustomNodeEventArgs.Owner property.

See Also

CreateCustomNodeEventArgs Class

CreateCustomNodeEventArgs Members

DevExpress.XtraTreeList Namespace