Back to Devexpress

TitleIndexItem.NavigateUrl Property

aspnet-devexpress-dot-web-dot-titleindexitem-925f87dd.md

latest1.7 KB
Original Source

TitleIndexItem.NavigateUrl Property

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

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 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

Text

Description

Target

Title Index

TitleIndexItem Class

TitleIndexItem Members

DevExpress.Web Namespace