GridViewExtension.GetEditValue<T>(String) Method
Gets editor values from the edit form by a field name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | 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. |
See Also