Skip to main content

MappingExtension.Converter Property

Gets or sets a converter that transforms the source object’s property value into the scheduler item’s property value, and vise versa.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public IValueConverter Converter { get; set; }

Property Value

Type Description
Xamarin.Forms.IValueConverter

The converter that transforms the source object’s property value into the scheduler item’s property value, and vise versa.

See Also