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

AppointmentLabelDataStorage.GetObjectRow(AppointmentLabel) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public object GetObjectRow(
    AppointmentLabel obj
)

Parameters

Name Type Description
obj AppointmentLabel

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

Returns

Type Description
Object

A Label whose related data source is to be returned.

See Also