Back to Devexpress

CreateCustomNodeEventArgs.NodeID Property

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

latest1.4 KB
Original Source

CreateCustomNodeEventArgs.NodeID Property

Gets the node’s unique identifier.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public int NodeID { get; }
vb
Public ReadOnly Property NodeID As Integer

Property Value

TypeDescription
Int32

A zero-based integer specifying the unique identifier of the created node.

|

Remarks

This value is assigned to the TreeListNode.Id property of the created node.

See Also

Id

CreateCustomNodeEventArgs Class

CreateCustomNodeEventArgs Members

DevExpress.XtraTreeList Namespace