Gets or sets the value.

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

Syntax

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

See Also