RecurrenceFormEventArgs Properties
Provides data for the SchedulerControl.RecurrenceFormShowing event.Name | Description |
---|---|
AllowResize | Gets or sets a value indicating whether end users are allowed to resize the form. Inherited from FormShowingEventArgs. |
AppointmentFormViewModel | Gets the View Model for the appointment editing form from which the Appointment Recurrence dialog is invoked. |
Cancel | Gets or sets the value indicating whether to cancel invoking the form. Inherited from FormShowingEventArgs. |
Controller | Gets or sets the controller providing settings which are required to edit appointment recurrence in the Appointment Recurrence form. |
Form | Gets or sets the form which will be invoked. Inherited from FormShowingEventArgs. |
ParentForm | Gets the appointment editing form from which the Appointment Recurrence form is invoked. |
SizeToContent | Obsolete. This property is obsolete. Inherited from FormShowingEventArgs. |
ViewModel | Gets or sets the View Model for the form which will be invoked. Inherited from FormShowingEventArgs. |
See Also