Class SchedulerReminderAlertWindow
Represents a class which holds the information of schedule reminder window.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class SchedulerReminderAlertWindow : ChromelessWindow
Constructors
SchedulerReminderAlertWindow(SfScheduler)
Initializes a new instance of the SchedulerReminderAlertWindow class.
Declaration
public SchedulerReminderAlertWindow(SfScheduler scheduler)
Parameters
Type | Name | Description |
---|---|---|
SfScheduler | scheduler | The scheduler. |
Fields
RemindersProperty
Using a DependencyProperty as the backing store for ReminderItems. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RemindersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Reminders
Gets or sets a list of appointment reminders that are used to display the appointments in the reminder alert window.
Declaration
public ObservableCollection<SchedulerReminder> Reminders { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SchedulerReminder> |
See Also
Methods
OnClosing(CancelEventArgs)
Method invokes on closing reminder window.
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e | Cancel event args. |
OnCreateAutomationPeer()
Methods to create automation peer for SchedulerReminderAlertWindow class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The AutomationPeer. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Occurs when the left mouse button is released.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The arguments. |