Skip to main content
A newer version of this page is available. .

CardViewExtension.GetEditValue<T>(String) Method

Gets editor values from the edit form by a field name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static T GetEditValue<T>(
    string fieldName
)

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