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

Mapping.Converter Property

Gets or sets a value converter for the target property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

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