CardViewExtension.GetEditValue<T>(String) Method
Gets editor values from the edit form by a field name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String that is the name of the database field assigned to the current column. |
#Type Parameters
Name |
---|
T |
#Returns
Type | Description |
---|---|
T | An editor value. |