Click or drag to resize
KaxListBoxItem Properties

The KaxListBoxItem type exposes the following members.

Properties
  Name Description
Public property AllowDrag
Gets or sets a value indicating whether the Item can be dragged and dropped.
Public property Checkable
Gets or sets a value indicating whether the item is checkable. A checkbox control is rendered for checkable nodes.
Public property Checked
Gets or sets a value indicating whether the item is checked or not.
Public property DataKey
Public property ImageUrl
Gets or sets the path to an image to display for the item.
Public property ListBox
Gets the KaxListBox which this item belongs to.
Public property Selected
Gets or sets a value indicating whether this KaxListBoxItem is selected.
Public property Value
Gets or sets the value of this KaxListBoxItem.
(Overrides ControlItemValue.)
Top
See Also