RadioButtonListSettings Class
Contains the RadioButtonList extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public class RadioButtonListSettings :
EditorSettings
Public Class RadioButtonListSettings
Inherits EditorSettings
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.
To access the RadioButtonList specific settings, refer to the RadioButtonListSettings.Properties property.