Table of Contents

Property SelectedIndex

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SelectedIndex

The index of the currently selected item in the list, if there is one. If the value is -1, there is currently no selection. If the value is 0 or greater, than the value is the index of the currently selected item. selection.

[Browsable(false)]
[Bindable(true)]
public virtual int SelectedIndex { get; set; }

Property Value

int