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

AppointmentDataStorage.GetObjectRow(Appointment) Method

Returns the data source record (row) associated with the specific appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public object GetObjectRow(
    Appointment obj
)

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