ExtensionsFactory.RadioButtonList(Action<RadioButtonListSettings>) Method
Creates a RadioButtonList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<RadioButtonListSettings> | A delegate method that accepts RadioButtonListSettings as a parameter. |
Returns
Type | Description |
---|---|
RadioButtonListExtension | A RadioButtonListExtension object implementing the RadioButtonList functionality. |
See Also