Back to Devexpress

SchedulerMappingConverterParameter.Parameter Property

maui-devexpress-dot-maui-dot-scheduler-dot-schedulermappingconverterparameter-13604e37.md

latest1.1 KB
Original Source

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

csharp
public object Parameter { get; }

Property Value

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

See Also

SchedulerMappingConverterParameter Class

SchedulerMappingConverterParameter Members

DevExpress.Maui.Scheduler Namespace