Click or drag to resize
KaxListBoxItemListBox Property
Gets the KaxListBox which this item belongs to.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxListBox ListBox { get; }

Property Value

Type: KaxListBox
The KaxListBox which this item belongs to; null (Nothing) if the item is not added to any KaxListBox control.
See Also