Back to Devexpress

Mapping.Converter Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-mapping.md

latest1.4 KB
Original Source

Mapping.Converter Property

Gets or sets a value converter for the target property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IValueConverter Converter { get; set; }
vb
Public Property Converter As IValueConverter

Property Value

TypeDescription
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

Mappings

Mapping Class

Mapping Members

DevExpress.Xpf.Scheduling Namespace