Back to Devexpress

AppointmentMappingInfo.PercentCompleteConversionBehavior Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentmappinginfo-2c0ead70.md

latest2.3 KB
Original Source

AppointmentMappingInfo.PercentCompleteConversionBehavior Property

Gets or sets the converter position in the data processing chain between the data source and the object’s property.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[Browsable(false)]
public MappingConversionBehavior PercentCompleteConversionBehavior { get; set; }
vb
<Browsable(False)>
Public Property PercentCompleteConversionBehavior As MappingConversionBehavior

Property Value

TypeDescription
MappingConversionBehavior

A MappingConversionBehavior enumeration member that specifies the position between the mapping, the data source and the object’s property.

|

Available values:

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.

|

See Also

AppointmentMappingInfo Class

AppointmentMappingInfo Members

DevExpress.XtraScheduler Namespace