Back to Devexpress

ExtensionsFactory.RadioButtonList(RadioButtonListSettings) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-radiobuttonlist-x28-devexpress-dot-web-dot-mvc-dot-radiobuttonlistsettings-x29.md

latest1.7 KB
Original Source

ExtensionsFactory.RadioButtonList(RadioButtonListSettings) Method

Creates a RadioButtonList.

Namespace : DevExpress.Web.Mvc.UI

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RadioButtonListExtension RadioButtonList(
    RadioButtonListSettings settings
)
vb
Public Function RadioButtonList(
    settings As RadioButtonListSettings
) As RadioButtonListExtension

Parameters

NameTypeDescription
settingsRadioButtonListSettings

A RadioButtonListSettings object containing RadioButtonList extension settings.

|

Returns

TypeDescription
RadioButtonListExtension

A RadioButtonListExtension object implementing the RadioButtonList functionality.

|

See Also

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace