Skip to main content
A newer version of this page is available. .

BootstrapClientRadioButtonList Events

Represents a client-side equivalent of the BootstrapRadioButtonList control.
Name Description
GotFocus Fires on the client side when the editor receives input focus. Inherited from ASPxClientEdit.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
SelectedIndexChanged Occurs on the client side after a different item in the list has been selected (focus has been moved from one item to another). Inherited from ASPxClientListEdit.
Validation Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus. Inherited from ASPxClientEdit.
ValueChanged Fires after the editor’s value has been changed by end-user interactions. Inherited from ASPxClientEdit.
See Also