Defines the command that dismisses reminders.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command DismissCommand
Visual Basic
Public Shared ReadOnly DismissCommand As C1Command

Remarks

Command parameter is one of the next values:

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

See Also