Version

Reminder Class Properties

For a list of all members of this type, see Reminder members.

Public Properties
 NameDescription
Public PropertyDialogTextText describing the Reminder.  
Public PropertyDisplayIntervalInterval of time before the appointment at which to display the reminder.  
Public PropertyDisplayIntervalUnitsUnits in which the DisplayInterval property is expressed.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledIndicates whether the reminder is enabled.  
Public PropertyOwnerReturns the owning appointment.  
Public PropertySnoozedGets/sets if the appointment has been snoozed.  
Public PropertySnoozeIntervalInterval of time before the "snoozed" appointment at which to display the reminder.  
Public PropertySnoozeIntervalUnitsGets/sets the units in which the SnoozeInterval is expressed.  
Public PropertySnoozeTimeDate/Time at which the appointment was snoozed. This will be the base time used to determine when to show the reminder again. Note, if the Snoozed property is false, this time will not be used.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also