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

RadioButtonExtension Class

Represents an extension object implementing the RadioButton functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class RadioButtonExtension :
    EditorExtension

Remarks

To declare the RadioButton in a View, invoke the ExtensionsFactory.RadioButton helper method. This method returns the RadioButton extension that is implemented by the RadioButtonExtension class.

To configure the RadioButton extension, pass the RadioButtonSettings object to the ExtensionsFactory.RadioButton helper method as a parameter. The RadioButtonSettings object contains all the RadioButton extension settings.

Refer to the RadioButton Overview topic to learn how to add the RadioButton extension to your project.

Inheritance

See Also