Skip to main content

ASPxClientTreeViewNode.name Property

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 TreeViewNode.Name property.

#Remarks

Use the name property to obtain the value of the node’s TreeViewNode.Name property that uniquely identifies the node.

See Also