ListBoxSettings.SelectedIndex Property
Gets or sets the selected list item’s index.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value, representing the zero-based index of the selected list item. |
Remarks
Use the SelectedIndex property to control selection within the list box editor.
See Also