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

AppointmentStatusDataStorage.GetObjectRow(AppointmentStatus) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public object GetObjectRow(
    AppointmentStatus obj
)

Parameters

Name Type Description
obj AppointmentStatus

An Object that is the data source entity associated with the specific Status.

Returns

Type Description
Object

A Status whose related data source is to be returned.

See Also