Skip to main content
A newer version of this page is available.
All docs
V18.2

DefaultBarItemNames.GetPropertyNameFromPropertyValue(String) Method

Returns the name of the property that corresponds to the specified value.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public static string GetPropertyNameFromPropertyValue(
    string propertyValue
)

Parameters

Name Type Description
propertyValue String

A string value that is returned by the desired property.

Returns

Type Description
String

A System.String value that is the property name.

See Also