RadioButtonExtension Class
Represents an extension object implementing the RadioButton functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return RadioButtonExtension objects:
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.