Skip to main content

ExtensionsFactory.RadioButtonList(RadioButtonListSettings) Method

Creates a RadioButtonList.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RadioButtonListExtension RadioButtonList(
    RadioButtonListSettings settings
)

Parameters

Name Type Description
settings RadioButtonListSettings

A RadioButtonListSettings object containing RadioButtonList extension settings.

Returns

Type Description
RadioButtonListExtension

A RadioButtonListExtension object implementing the RadioButtonList functionality.

See Also