Mapping.Implicit(String to Mapping) Operator
Defines an implicit conversion of a string to a Mapping.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v25.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | String | The string to convert. |
Returns
| Type | Description |
|---|---|
| Mapping | The converted string. |
See Also