Back to Devexpress

Tab.NavigateUrl Property

aspnet-devexpress-dot-web-dot-tab.md

latest1.7 KB
Original Source

Tab.NavigateUrl Property

Gets or sets an URL which defines the 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 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

Tab.Target

ASPxTabControl.Target

Page Control and Tab Control

Tab Class

Tab Members

DevExpress.Web Namespace