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

SchedulerMappingConverterParameter Class

Provides extra data for mapping converters when the scheduler transforms source objects to scheduler items and vise versa.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public class SchedulerMappingConverterParameter

Remarks

The SchedulerMappingConverterParameter.Parameter property value is:

  • a source object when the mapping converts the data source object to a scheduler item (the Convert method);
  • a scheduler item when the mapping converts the scheduler item to a data source object (the ConvertBack method).

Inheritance

Object
SchedulerMappingConverterParameter
See Also