Back to Devexpress

MappingConversionBehavior Enum

corelibraries-devexpress-dot-xtrascheduler-340cb4a9.md

latest1.7 KB
Original Source

MappingConversionBehavior Enum

Lists converter locations in the data processing chain.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum MappingConversionBehavior
vb
Public Enum MappingConversionBehavior

Members

NameDescription
BetweenFieldAndMapping

Processes data coming from a data field to the data conversion procedure inherent for default mapping (Convert method) and data coming from default mapping to the data field (ConvertBack method).

| | BetweenMappingAndProperty |

Processes data coming from the procedure inherent for default mapping to the object’s property (Convert method) and data coming from the object’s property to the related mapping (ConvertBack method).

| | InPlaceOfMapping |

Processes data coming from the data field to the object’s property (Convert method) and data coming from the object’s property to the data field (ConvertBack method). Default mapping procedures are bypassed.

|

Remarks

The MappingConversionBehavior enumeration value is used to specify the processing order for a particular converter as described in the Mapping Converters document.

See Also

DevExpress.XtraScheduler Namespace