Click or drag to resize

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; }

Property Value

Type: String
The value associated with the Item. The default is String.Empty.

Return Value

Type: String
Remarks