AppointmentStorageBase.CommitExistingObject(Appointment) Method
Commits changes to an existing object. Updates the object data record in the underlying data source.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Appointment | An Appointment object to commit. |
See Also