TreeViewVirtualNode.Name Property
In This Article
Gets or sets the unique identifier name for the current virtual node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the node’s unique identifier name. |
#Remarks
The Name property specifies the unique identifier name for the current virtual node. This property can be used at runtime to obtain a particular node specified by its unique identifier name, rather than by its index and display text.
See Also