ITreeNode.Name Property

Specifies the current node's caption.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

string Name { get; }
ReadOnly Property Name As String

Property Value

Type Description
String

A string that holds the current node's caption.

See Also