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

RadioButtonListSettings Class

Contains the RadioButtonList extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class RadioButtonListSettings :
    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.

Inheritance

Object
SettingsBase
EditorSettings
RadioButtonListSettings
See Also