Click or drag to resize

RichselectItem Class

Represents a RichselectItem control.
Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsRichselectItem

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Text")]
public class RichselectItem : WebControl

The RichselectItem type exposes the following members.

Constructors
  NameDescription
Public methodRichselectItem
Initializes a new instance of the RichselectItem class
Public methodRichselectItem(String)
Initializes a new instance of the RichselectItem class
Public methodRichselectItem(String, String)
Initializes a new instance of the RichselectItem class
Top
Properties
  NameDescription
Public propertyHtml
Gets or sets the html displayed in a list control for the item represented by the ListItem.
Public propertyOnClick
Public propertySelected
Public propertyValue
Gets or sets the value associated with the ListItem.
Top
Methods
  NameDescription
Protected methodRender
Renders RichselectItem.
Top
Remarks