AppointmentStorage.CommitIdToDataSource Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true to pass the Appointment. |
#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