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

Tab.NavigateUrl Property

Gets or sets an URL which defines the navigation location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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 current tab is clicked. If the NavigateUrl property is assigned, the tab serves as a link. If this property is set to an empty string (String.Empty) no navigation is performed when clicking on the tab.

Note that the appearance of hyperlinks within tabs can be defined using the ASPxTabControl.LinkStyle property.

See Also