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

ConvertXmlParameters.GetRealKey(String) Method

Determines the name by which a particular property appears in the current Application Model node’s differences.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string GetRealKey(
    string key
)

Parameters

Name Type Description
key String

A string representing the node’s property name.

Returns

Type Description
String

A string representing the name by which the specified property appears in the current Application Model node’s differences.

See Also