ITreeViewNodeInfo.Name Property
In This Article
Returns the unique identifier name of the current node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string Name { get; }
#Property Value
Type | Description |
---|---|
String | The node’s name. |
See Also