SchedulerMappingConverterParameter.Parameter Property
In This Article
Returns the object which the mapping converts now.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public object Parameter { get; }
#Property Value
Type | Description |
---|---|
System. |
The object which the mapping converts. |
#Remarks
The 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).
See Also