KaxListBoxSelectedIndex Property |
Gets or sets the selected index of the
KaxListBox control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int SelectedIndex { get; set; }
Public Overridable Property SelectedIndex As Integer
Get
Set
public:
virtual property int SelectedIndex {
int get ();
void set (int value);
}
abstract SelectedIndex : int with get, set
override SelectedIndex : int with get, set
Property Value
Type:
Int32The index that should be selected.
Remarks
Set the selected index to -1 to clear the selection.
See Also