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

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

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