ExtensionsFactory.RadioButton(RadioButtonSettings) Method
In This Article
Creates a RadioButton.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RadioButtonExtension RadioButton(
RadioButtonSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Radio |
A Radio |
#Returns
Type | Description |
---|---|
Radio |
A Radio |
See Also