Mapping.Converter Property
Gets or sets a value converter for the target property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public IValueConverter Converter { get; set; }
#Property Value
Type | Description |
---|---|
IValue |
An object implementing the IValue |
#Remarks
Use the Converter property to apply custom logic to mappings.