Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxAppointmentMappingInfo.PercentComplete Property

Gets or sets the data field to which an appointment’s Appointment.PercentComplete property is bound to.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public override string PercentComplete { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the bound data field.

Remarks

Use the PercentComplete property to bind an appointment’s Appointment.PercentComplete property to a data field. The data field is taken from the data source specified by the ASPxAppointmentStorage.DataSource property. The PercentComplete is an optional mapping. It is required for the Gantt view, which is implemented for the WinForms platform.

See Also