KaxSchedulerShowInlineEditForm Method (Appointment, Boolean) |
Shows the inline edit form.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ShowInlineEditForm(
Appointment appointmentToEdit,
bool editSeries
)
Public Sub ShowInlineEditForm (
appointmentToEdit As Appointment,
editSeries As Boolean
)
public:
void ShowInlineEditForm(
Appointment^ appointmentToEdit,
bool editSeries
)
member ShowInlineEditForm :
appointmentToEdit : Appointment *
editSeries : bool -> unit
Parameters
- appointmentToEdit
- Type: Kettic.AspNet.ControlsAppointment
The appointment which is edited. Its properties are used to populate the edit form.
- editSeries
- Type: SystemBoolean
A boolean value indicating whether to edit the recurring series.
See Also