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

ExtensionsFactory.RadioButton(Action<RadioButtonSettings>) Method

Creates a RadioButton.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public RadioButtonExtension RadioButton(
    Action<RadioButtonSettings> method
)

Parameters

Name Type Description
method Action<RadioButtonSettings>

A delegate method that accepts RadioButtonSettings as a parameter.

Returns

Type Description
RadioButtonExtension

A RadioButtonExtension object implementing the RadioButton functionality.

See Also