Back to Devexpress

AppointmentDataStorage.GetObjectRow(Appointment) Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-dot-getobjectrow-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest1.5 KB
Original Source

AppointmentDataStorage.GetObjectRow(Appointment) Method

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public object GetObjectRow(
    Appointment obj
)
vb
Public Function GetObjectRow(
    obj As Appointment
) As Object

Parameters

NameTypeDescription
objAppointment

An Appointment whose related data source record is to be obtained.

|

Returns

TypeDescription
Object

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

|

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace