Skip to main content

SchedulerMappingConverterParameter Class

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

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