RadioButtonSettings Class
Contains the RadioButton extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
To access the RadioButton specific settings, refer to the RadioButtonSettings.Properties property.