Gets or sets a value for this C1ComboBoxItem.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(null)]
[JsonAttribute(true, true, null)]
[C1CategoryAttribute("Category.Misc")]
[LayoutAttribute(LayoutType.Misc)]
public string Value { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
<JsonAttribute(True, True, Nothing)> _
<C1CategoryAttribute("Category.Misc")> _
<LayoutAttribute(LayoutType.Misc)> _
Public Property Value As String
	Get
	Set

See Also