KaxListBoxItemListBox Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxListBox ListBox { get; }
Public ReadOnly Property ListBox As KaxListBox
Get
public:
property KaxListBox^ ListBox {
KaxListBox^ get ();
}
member ListBox : KaxListBox with 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