Skip to main content

DropDownEditExtension.GetKeyValue(String) Method

Obtains the key value associated with the text displayed within the editor’s edit box.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static string GetKeyValue(
    string name
)

Parameters

Name Type Description
name String

A string value representing the name.

Returns

Type Description
String

A string representing the key value associated with the editor’s value (displayed text).

See Also