Skip to main content

SchedulerMappingConverterParameter.Parameter Property

Returns the object which the mapping converts now.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public object Parameter { get; }

Property Value

Type Description
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 Convert method);
  • a scheduler item when the mapping converts the scheduler item to a data source object (the ConvertBack method).
See Also