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

Mapping.Implicit(String to Mapping) Operator

Defines an implicit conversion of a string to a Mapping.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.1.dll

Declaration

public static implicit operator Mapping(string path)

Parameters

Name Type Description
path String

The string to convert.

Returns

Type Description
Mapping

The converted string.

See Also