SchedulerMappingConverterParameter.Parameter Property
Returns the object which the mapping converts now.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public object Parameter { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | 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
Convertmethod); - a scheduler item when the mapping converts the scheduler item to a data source object (the
ConvertBackmethod).
See Also