[]
        
(Showing Draft Content)

C1.Win.C1Schedule.BaseTableView.GetRowAppointment

GetRowAppointment Method

GetRowAppointment(int)

Returns the Appointment object associated with the specified FlexGrid row index in the current view.

Declaration
protected Appointment GetRowAppointment(int row)
Parameters
Type Name Description
int row

The row index.

Returns
Type Description
Appointment

The Appointment object.

GetRowAppointment(DataRow)

Returns the Appointment object associated with the specified row in the current view.

Declaration
protected Appointment GetRowAppointment(DataRow row)
Parameters
Type Name Description
DataRow row

The row index.

Returns
Type Description
Appointment

The Appointment object.