AppointmentStorage.CommitIdToDataSource Property
Gets or sets whether the appointment Id value should be passed to the data source.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool CommitIdToDataSource { get; set; }
Public Property CommitIdToDataSource As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true to pass the Appointment.Id value to the mapped field in the data source; otherwise, false. |
Remarks
Set the CommitIdToDataSource property to false if the data source utilizes an auto incremented appointment Id column (or values for this column are generated by the data source and not within the application code).
See Also