Back to Devexpress

RadioButtonSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-d97cd727.md

latest2.5 KB
Original Source

RadioButtonSettings Class

Contains the RadioButton extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RadioButtonSettings :
    EditorSettings
vb
Public Class RadioButtonSettings
    Inherits 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

Object SettingsBase EditorSettings RadioButtonSettings

See Also

RadioButtonSettings Members

RadioButton

RadioButtonExtension

DevExpress.Web.Mvc Namespace