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
Convertmethod); - a scheduler item when the mapping converts the scheduler item to a data source object (the
ConvertBackmethod).
Inheritance
System.Object
SchedulerMappingConverterParameter
Extension Methods
See Also