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

ExtensionsFactory.RadioButtonList(Action<RadioButtonListSettings>) Method

Creates a RadioButtonList.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public RadioButtonListExtension RadioButtonList(
    Action<RadioButtonListSettings> method
)

Parameters

Name Type Description
method Action<RadioButtonListSettings>

A delegate method that accepts RadioButtonListSettings as a parameter.

Returns

Type Description
RadioButtonListExtension

A RadioButtonListExtension object implementing the RadioButtonList functionality.

See Also