Skip to main content
A newer version of this page is available. .
Tab

CloudControlItem.NavigateUrl Property

Gets or sets the item’s URL.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string NavigateUrl { get; set; }

Property Value

Type Default Description
String String.Empty

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