Back to Devexpress

Mapping.Converter Property

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

latest1.4 KB
Original Source

Mapping.Converter Property

Gets or sets a value converter for the target property.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

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.Gantt Namespace