Skip to main content

FormLayoutNestedExtensionFactory.RadioButton(Action<RadioButtonSettings>) Method

Creates a RadioButton.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void RadioButton(
    Action<RadioButtonSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<RadioButtonSettings>

A delegate method that accepts RadioButtonSettings as a parameter.

See Also