Skip to main content

ExtensionsFactory.RadioButtonList(Action<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(
    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