ASPxClientTreeViewNode.name Property
In This Article
Gets the name that uniquely identifies the node.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the value assigned to the node’s Tree |
#Remarks
Use the name property to obtain the value of the node’s TreeViewNode.Name property that uniquely identifies the node.
See Also