Click or drag to resize

ComboboxItem Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsComboboxItem

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonObjectAttribute(MemberSerialization.OptOut)]
public class ComboboxItem

The ComboboxItem type exposes the following members.

Constructors
  NameDescription
Public methodComboboxItem
Initializes a new instance of the ComboboxItem class
Public methodComboboxItem(String, String)
Initializes a new instance of the ComboboxItem class
Top
Properties
  NameDescription
Public propertySelected
Gets or sets a value indicating whether the item is selected.
Public propertyText
Gets or sets the text displayed in a list control for the item represented by the Item.
Public propertyValue
Gets or sets the value associated with the Item.
Top
See Also