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

TitleIndexItem.NavigateUrl Property

Gets or sets an URL which defines the item’s navigation location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value which represents an URL where the client web browser will navigate.

Remarks

Use the NavigateUrl property to specify an URL to which the client web browser navigates whenever the item is clicked. If the NavigateUrl property is assigned, the item serves as a link. If this property is set to an empty string (String.Empty) no navigation is performed when clicking the item.

See Also