Class SchedulerRecurrenceEditorView
Represents a class which holds the information of recurrence alert user control.
Inheritance
System.Object
SchedulerRecurrenceEditorView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class SchedulerRecurrenceEditorView : Control, IDisposable
Constructors
SchedulerRecurrenceEditorView(ContentDialog)
Initializes a new instance of the SchedulerRecurrenceEditorView class.
Declaration
public SchedulerRecurrenceEditorView(ContentDialog contentDialog)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Controls.ContentDialog | contentDialog | The content dialog. |
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