Click or drag to resize
KaxSchedulerShowAdvancedEditForm Method (Appointment, Boolean)
Shows the advanced edit form.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void ShowAdvancedEditForm(
	Appointment appointmentToEdit,
	bool editSeries
)

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