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.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IValueConverter Converter { get; set; }
Property Value
Type | Description |
---|---|
IValueConverter | The converter that transforms the source object’s property value into the scheduler item’s property value, and vise versa. |
See Also