Version

ReminderDialogCommand Enumeration

An enumeration of available commands for the Infragistics.Controls.Schedules.Primitives.ReminderDialog object.
Syntax
'Declaration
 
Public Enum ReminderDialogCommand 
   Inherits System.Enum
public enum ReminderDialogCommand : System.Enum 
Members
MemberDescription
DismissAllDismisses all the reminders in the Infragistics.Controls.Schedules.Primitives.ReminderDialog.
DismissSelectedDismisses the currently selected reminder(s) in the Infragistics.Controls.Schedules.Primitives.ReminderDialog.
OpenSelectedOpens the Appointment dialog for all currently selected reminder(s) that represent a reminder for an Appointment activity type.
SnoozeSelectedSnoozes the currently selected reminder(s) in the Infragistics.Controls.Schedules.Primitives.ReminderDialog.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also