Class SchedulerAppointmentEditorView
Represents a class which holds the information of in-build appointment editor view.
Inheritance
System.Object
SchedulerAppointmentEditorView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class SchedulerAppointmentEditorView : Control, IDisposable
Constructors
SchedulerAppointmentEditorView()
Initializes a new instance of the SchedulerAppointmentEditorView class.
Declaration
public SchedulerAppointmentEditorView()
Methods
Dispose()
Invoked to dispose the collections.
Declaration
public void Dispose()
Dispose(Boolean)
Invoked to dispose the collections.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | The disposing. |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable