IAccordionItemInfo.NavigateUrl Property
In This Article
Returns the Accordion’s item navigation location.
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 browser navigates to. |
See Also