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

ExtensionsFactory.RadioButton(RadioButtonSettings) Method

Creates a RadioButton.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public RadioButtonExtension RadioButton(
    RadioButtonSettings settings
)

Parameters

Name Type Description
settings RadioButtonSettings

A RadioButtonSettings object containing RadioButton extension settings.

Returns

Type Description
RadioButtonExtension

A RadioButtonExtension object implementing the RadioButton functionality.

See Also