Mapping.Converter Property
Gets or sets a value converter for the target property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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