| ComboboxItemValue Property |
Gets or sets the value associated with the Item.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public string Value { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property Value As String
Get
Set
Property Value
Type:
StringThe value associated with the Item. The default is String.Empty.
Return Value
Type:
StringRemarks See Also