Skip to main content
A newer version of this page is available. .

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

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