IMenuItemInfo.NavigateUrl Property
In This Article
Returns the navigation location for the item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string NavigateUrl { get; }
#Property Value
Type | Description |
---|---|
String | The URL where the client web browser navigates. |
See Also