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

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

Syntax

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

Remarks

The default value for this property is 'Text'.

See Also