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