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

RadioButtonListExtension Class

Represents an extension object implementing the RadioButtonList functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class RadioButtonListExtension :
    EditorExtension

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.

Inheritance

Object
ExtensionBase
EditorExtension
RadioButtonListExtension
See Also