Skip to main content

RadioButtonListSettings.SelectedIndex Property

Gets or sets the selected list item’s index.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int SelectedIndex { get; set; }

Property Value

Type Description
Int32

An integer value, representing the zero-based index of the selected list item.

Remarks

Use the SelectedIndex property to move selection within the RadioButtonList editor.

See Also