Skip to main content

Mapping.Implicit(String to Mapping) Operator

Implicitly converts the specified string value into a mapping instance.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public static implicit operator Mapping(string fieldName)

Parameters

Name Type Description
fieldName String

The string value that specifies the mapping’s FieldName.

Returns

Type Description
Mapping

A new mapping instance with the specified FieldName property.

See Also