Gets or sets the index of the currently selected DropDownItem.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public int SelectedIndex { get; set; } |
Visual Basic
![]() |
---|
Public Property SelectedIndex As Integer |
Type: Int32
An integer specifying the index of the currently selected child DropDownItem. If no item is selected, the value is -1.