Back to Devexpress

RadioButtonListExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-1ba668a0.md

latest4.0 KB
Original Source

RadioButtonListExtension Class

Represents an extension object implementing the RadioButtonList functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RadioButtonListExtension :
    EditorExtension
vb
Public Class RadioButtonListExtension
    Inherits EditorExtension

The following members return RadioButtonListExtension objects:

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

RadioButtonListExtension Members

RadioButtonList

RadioButtonListSettings

DevExpress.Web.Mvc Namespace