CloudControlItem.NavigateUrl Property
In This Article
Gets or sets the item’s URL.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the item’s URL. |
#Remarks
An item’s description (text) is rendered as a link that when clicked, allows the user to drill into the selected category. A click on this link navigates the application to the location specified by the NavigateUrl property.
See Also