| ComboboxItemText Property |
Gets or sets the text displayed in a list control for the item represented by the Item.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public string Text { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property Text As String
Get
Set
Property Value
Type:
StringThe text displayed in a list control for the item represented by the Item control. The default value is String.Empty.
Return Value
Type:
StringRemarks See Also