A newer version of this page is available.
Switch to the current version.
AppointmentMappingInfo.PercentComplete Property
Gets or sets the data field which an appointment's Appointment.PercentComplete property is bound to.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
[DefaultValue("")]
public virtual string PercentComplete { get; set; }
<DefaultValue("")>
Public Overridable Property PercentComplete As String
Property Value
Type | Default | 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 in the external data source. The data source is specified by the PersistentObjectStorage<T>.DataSource property of the AppointmentStorage.
The PercentComplete mapping is required only for the Gantt View.
See Also
Feedback