Skip to main content

Mapping(String) Constructor

Initializes a new Mapping instance with the specified data object’s property name.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Mapping(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The data object’s property name that provides a value for a scheduler object’s property.

See Also