AppointmentDataStorage.GetObjectRow(Appointment) Method
Returns the data source record (row) associated with the specific appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Appointment | An Appointment whose related data source record is to be obtained. |
Returns
Type | Description |
---|---|
Object | An Object that is the data source entity associated with the specific appointment. |
See Also