Back to Devexpress

AppointmentMappingInfo.PercentCompleteConverter Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentmappinginfo-36df9f8e.md

latest1.7 KB
Original Source

AppointmentMappingInfo.PercentCompleteConverter Property

Gets or sets a value converter for the Appointment.PercentComplete property.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

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

Property Value

TypeDescription
ISchedulerMappingConverter

An object that implements the ISchedulerMappingConverter interface to translate the data between the property and the data source field.

|

See Also

Appointment

Gantt View

AppointmentMappingInfo Class

AppointmentMappingInfo Members

DevExpress.XtraScheduler Namespace