ExtensionsFactory<ModelType>.RadioButtonListFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<RadioButtonListSettings>) Method
In This Article
Creates a RadioButtonList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RadioButtonListExtension RadioButtonListFor<ValueType>(
Expression<Func<ModelType, ValueType>> expression,
Action<RadioButtonListSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<Model |
An expression that identifies the object that contains the properties to display. |
method | Action<Radio |
A delegate method that accepts Radio |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
Radio |
A Radio |
See Also