ITreeViewNodeInfo.NavigateUrl Property
Returns the navigation location for the node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string NavigateUrl { get; }
Property Value
Type | Description |
---|---|
String | A URL where the client web browser navigates. |
See Also