Click or drag to resize
KaxListBoxSelectedIndex Property
Gets or sets the selected index of the KaxListBox control.

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 int SelectedIndex { get; set; }

Property Value

Type: Int32
The index that should be selected.
Remarks
Set the selected index to -1 to clear the selection.
See Also