Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / ToastNotifier Property

In This Topic
    ToastNotifier Property
    In This Topic
    Gets or sets the ToastNotifier object which allows to schedule toast notifications. The default value is null. If this property is set to valid ToastNotifier object, the C1Scheduler control will schedule toast notifications instead of showing embedded reminder dialog.
    Syntax
    'Declaration
     
    
    Public Property ToastNotifier As ToastNotifier
    public ToastNotifier ToastNotifier {get; set;}
    See Also