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