Skip to main content

Appointment.GetRow(SchedulerStorageBase) Method

Provides access to the data record for the current appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public override object GetRow(
    SchedulerStorageBase storage
)

#Parameters

Name Type Description
storage SchedulerStorageBase

A SchedulerStorage instance that provides data for the appointment.

#Returns

Type Description
Object

A data row object (DataRowView) that contains current appointment data.

See Also