Skip to main content
A newer version of this page is available. .

IAppointmentStorage.CommitIdToDataSource Property

Gets or sets whether the appointment ID value should be passed to the data source.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

bool CommitIdToDataSource { get; set; }

Property Value

Type Description
Boolean

true, to pass the appointment’s PersistentObject.Id value to the mapped field in the data source; otherwise, false.

Remarks

Important

This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.

See Also