Class AddAppointmentControl
Represents a default menu for adding appointment in the schedule view.
Inheritance
System.Object
AddAppointmentControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AddAppointmentControl : Control, IDisposable
Constructors
AddAppointmentControl()
Initializes a new instance of the AddAppointmentControl class.
Declaration
public AddAppointmentControl()
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable