Click or drag to resize

CustomListBoxItem Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsCustomListBoxItem

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

The CustomListBoxItem type exposes the following members.

Constructors
  NameDescription
Public methodCustomListBoxItem
Initializes a new instance of the CustomListBoxItem class
Public methodCustomListBoxItem(String)
Initializes a new instance of the CustomListBoxItem class
Public methodCustomListBoxItem(String, String)
Initializes a new instance of the CustomListBoxItem class
Public methodCustomListBoxItem(String, String, String)
Initializes a new instance of the CustomListBoxItem class
Top
Properties
  NameDescription
Public propertyIcon
Public propertyText
Public propertyValue
Top
See Also