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

RadioButtonSettings Class

Contains the RadioButton extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class RadioButtonSettings :
    EditorSettings

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.

Inheritance

See Also