Skip to main content

Mapping.Implicit(String to Mapping) Operator

Defines an implicit conversion of a string to a Mapping.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

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