Back to Devexpress

RadioGroup.SelectedIndexChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-radiogroup-528904c5.md

latest2.4 KB
Original Source

RadioGroup.SelectedIndexChanged Event

Occurs when changing the index of the selected value in the radio group editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler SelectedIndexChanged
vb
<DXCategory("Events")>
Public Event SelectedIndexChanged As EventHandler

Event Data

The SelectedIndexChanged event's data class is EventArgs.

Remarks

The SelectedIndexChanged event occurs when changing the value of the RadioGroup.SelectedIndex property. This property specifies the index of the selected item within the RepositoryItemRadioGroup.Items collection.

The editor’s SelectedIndexChanged event is equivalent to the RepositoryItemRadioGroup.SelectedIndexChanged event available via the RadioGroup.Properties object, i.e. adding/removing an event handler for the current event actually affects the RepositoryItemRadioGroup.SelectedIndexChanged event.

Refer to the RepositoryItemRadioGroup.SelectedIndexChanged topic for more information.

See Also

SelectedIndexChanged

SelectedIndex

RadioGroup Class

RadioGroup Members

DevExpress.XtraEditors Namespace