Click or drag to resize
KaxListBoxSelectedItem Property
Gets the currently selected Item in the ListBox.

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

Property Value

Type: KaxListBoxItem
A KaxListBoxItem which is currently selected. Null (Nothing) if there is no selected item (SelectedIndex is -1).
See Also