Gets or sets the name of the data field to bind to the C1Tab.Value 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.Value property.")]
[CategoryAttribute("Data")]
[DefaultValueAttribute("Value")]
public virtual string DataValueField { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Misc)> _
<DescriptionAttribute("Gets or sets the name of the data field to bind to the C1Tab.Value property.")> _
<CategoryAttribute("Data")> _
<DefaultValueAttribute("Value")> _
Public Overridable Property DataValueField As String
	Get
	Set

Remarks

The default value for this property is 'Value'.

See Also