Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / DismissCommand Field

In This Topic
    DismissCommand Field
    In This Topic
    Defines the command that dismisses reminders.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DismissCommand As C1.Xaml.C1Command
    public static readonly C1.Xaml.C1Command DismissCommand
    Remarks

    Command parameter is one of the next values:

    If command parameter is not specified, all active reminders will be dismissed.

    See Also