| KaxListBoxItem Class |
Namespace: Kettic.AspNet.Controls
The KaxListBoxItem type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxListBoxItem |
Initializes a new instance of the KaxListBoxItem class.
| |
| KaxListBoxItem(String) |
Initializes a new instance of the KaxListBoxItem class.
| |
| KaxListBoxItem(String, String) |
Initializes a new instance of the KaxListBoxItem class.
|
| Name | Description | |
|---|---|---|
| Clone |
Clones this instance.
| |
| CompareTo | ||
| Remove |
Removes this KaxListBoxItem from the KaxListBox control which contains it.
| |
| RenderBeginTag | (Overrides WebControlRenderBeginTag(HtmlTextWriter).) |
| Name | Description | |
|---|---|---|
| AllowDrag |
Gets or sets a value indicating whether the Item can be dragged and dropped.
| |
| Checkable |
Gets or sets a value indicating whether the item is checkable. A checkbox control is rendered
for checkable nodes.
| |
| Checked |
Gets or sets a value indicating whether the item is checked or not.
| |
| DataKey | ||
| ImageUrl | Gets or sets the path to an image to display for the item. | |
| ListBox |
Gets the KaxListBox which this item belongs to.
| |
| Selected |
Gets or sets a value indicating whether this KaxListBoxItem is selected.
| |
| Value |
Gets or sets the value of this KaxListBoxItem.
(Overrides ControlItemValue.) |