RadioButtonListExtension Class
Represents an extension object implementing the RadioButtonList 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 RadioButtonListExtension objects:
Remarks
To declare the RadioButtonList in a View, invoke the ExtensionsFactory.RadioButtonList helper method. This method returns the RadioButtonList extension that is implemented by the RadioButtonListExtension class.
To configure the RadioButtonList extension, pass the RadioButtonListSettings object to the ExtensionsFactory.RadioButtonList helper method as a parameter. The RadioButtonListSettings object contains all the RadioButtonList extension settings.
Refer to the RadioButtonList Overview topic to learn how to add the RadioButtonList extension to your project.