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

ExtensionsFactory.RadioButtonList(RadioButtonListSettings) Method

Creates a RadioButtonList.

Namespace: DevExpress.Web.Mvc.UI

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

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