Click or drag to resize
KaxListBoxItem Class
Represents an item in the KaxListBox control. Use the Text property to set the text of the item. Use the Value property to specify the value of the item.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsControlItem
        Kettic.AspNet.ControlsKaxListBoxItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxListBoxItem : ControlItem, 
	IComparable

The KaxListBoxItem type exposes the following members.

Constructors
  NameDescription
Public methodKaxListBoxItem
Initializes a new instance of the KaxListBoxItem class.
Public methodKaxListBoxItem(String)
Initializes a new instance of the KaxListBoxItem class.
Public methodKaxListBoxItem(String, String)
Initializes a new instance of the KaxListBoxItem class.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodCompareTo
Public methodRemove
Removes this KaxListBoxItem from the KaxListBox control which contains it.
Public methodRenderBeginTag (Overrides WebControlRenderBeginTag(HtmlTextWriter).)
Top
Properties
  NameDescription
Public propertyAllowDrag
Gets or sets a value indicating whether the Item can be dragged and dropped.
Public propertyCheckable
Gets or sets a value indicating whether the item is checkable. A checkbox control is rendered for checkable nodes.
Public propertyChecked
Gets or sets a value indicating whether the item is checked or not.
Public propertyDataKey
Public propertyImageUrl
Gets or sets the path to an image to display for the item.
Public propertyListBox
Gets the KaxListBox which this item belongs to.
Public propertySelected
Gets or sets a value indicating whether this KaxListBoxItem is selected.
Public propertyValue
Gets or sets the value of this KaxListBoxItem.
(Overrides ControlItemValue.)
Top
See Also