TabControlSettings.NavigateUrlField Property
Gets or sets the name of a data field (or an xml element’s attribute) which provides tab navigation locations.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the name of the required data source field. |
Remarks
The NavigateUrlField property is in effect if the TabControl is bound to a data source (via the TabControlExtension.Bind, TabControlExtension.BindToSiteMap or TabControlExtension.BindToXML methods).
Use the NavigateUrlField property to specify the bound data source’s data field (or an xml element’s attribute) which stores tabs’ navigate URLs. The NavigateUrlField property maps the Tab.NavigateUrl properties of Tab objects to the specified data field’s values.
You can format the obtained navigate locations by using the TabControlSettings.NavigateUrlFormatString property.
If the NavigateUrlField property of a data bound TabControl is not defined, the TabControl can automatically obtain navigate URLs from a data field which is named as “NavigateUrl”. You can also handle the TabControlSettings.TabDataBound event to manipulate a tab’s settings as required.