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

FormLayoutNestedExtensionFactory.RadioButtonList(Action<RadioButtonListSettings>) Method

Creates a RadioButtonList.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void RadioButtonList(
    Action<RadioButtonListSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<RadioButtonListSettings>

A delegate method that accepts RadioButtonListSettings as a parameter.

See Also