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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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