Skip to main content

Mapping.Converter Property

Gets or sets a value converter for the target property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IValueConverter Converter { get; set; }

Property Value

Type Description
IValueConverter

An object implementing the IValueConverter interface to translate the data between the property and the data source field.

Remarks

Use the Converter property to apply custom logic to mappings.

See Also