Gets or sets the name of the data field to bind to the C1Tab.NavigateUrl property.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DescriptionAttribute("Gets or sets the name of the data field to bind to the C1Tab.NavigateUrl property.")]
[LayoutAttribute(LayoutType.Misc)]
[CategoryAttribute("Data")]
[DefaultValueAttribute("Url")]
public virtual string DataUrlField { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets the name of the data field to bind to the C1Tab.NavigateUrl property.")> _
<LayoutAttribute(LayoutType.Misc)> _
<CategoryAttribute("Data")> _
<DefaultValueAttribute("Url")> _
Public Overridable Property DataUrlField As String
	Get
	Set

Remarks

The default value for this property is 'Url'.

See Also