[]
Returns the Appointment object associated with the specified FlexGrid row index in the current view.
protected Appointment GetRowAppointment(int row)
Type | Name | Description |
---|---|---|
int | row | The row index. |
Type | Description |
---|---|
Appointment | The Appointment object. |
Returns the Appointment object associated with the specified row in the current view.
protected Appointment GetRowAppointment(DataRow row)
Type | Name | Description |
---|---|---|
DataRow | row | The row index. |
Type | Description |
---|---|
Appointment | The Appointment object. |