Sets or retrieves a value that indicates the index of the selected object.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public int SelectedIndex { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property SelectedIndex As Integer

See Also