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