FormLayoutNestedExtensionFactory.RadioButton(Action<RadioButtonSettings>) Method
Creates a RadioButton.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settingsMethod | Action<RadioButtonSettings> | A delegate method that accepts RadioButtonSettings as a parameter. |
See Also