Back to Devexpress

CloudControlItem.NavigateUrl Property

aspnet-devexpress-dot-web-dot-cloudcontrolitem-7024391d.md

latest1.5 KB
Original Source

CloudControlItem.NavigateUrl Property

Gets or sets the item’s URL.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string NavigateUrl { get; set; }
vb
<DefaultValue("")>
Public Property NavigateUrl As String

Property Value

TypeDefaultDescription
StringString.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

Text

Value

Tag Cloud Control

CloudControlItem Class

CloudControlItem Members

DevExpress.Web Namespace