DVDropDownList.SelectedIndex property
This member overrides DropDownList.SelectedIndex.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property SelectedIndex As Integer
Get
Set
'Usage
Dim instance As DVDropDownList
Dim value As Integer
value = instance.SelectedIndex
instance.SelectedIndex = value
public override int SelectedIndex { get; set; }
Property value
Type: System.Int32