TcxSchedulerReminders Properties
The TcxSchedulerReminders class manages timed out reminders, and also allows the Reminders window to be invoked.| Name | Description |
|---|---|
| Active | Activates or deactivates reminders. |
| Count | Gets the number of TcxSchedulerReminder objects in the TcxSchedulerReminders collection. |
| DefaultMinutesBeforeStart | Specifies the default value of the reminder time in minutes of the TcxSchedulerEvent.ReminderMinutesBeforeStart property. |
| DefaultReminder | Specifies the default value of the TcxSchedulerEvent.Reminder property. |
| Items | Provides indexed access to the TcxSchedulerReminder objects in the TcxSchedulerReminders collection. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| ReminderByResource | Specifies whether user events are shown by resources when displayed in the Reminders window. |
| ReminderWindow | References the Reminders window instance when the Reminders window is initialized. |
| ReminderWindowLookAndFeel | Represents look and feel settings for the Reminders window. |
| ShowResourcesInReminderWindow | Specifies whether resource names are displayed in the Reminders window’s alert list. |
| Storage | Represents the persistence manager component. |
| TimeZone | Specifies the time zone for the reminder. |
| TimeZoneDaylightSaving | Specifies whether daylight saving time is applied to the reminder. |
| UseReminderWindow | Specifies whether the Reminders window is displayed when a reminder alerts. |
See Also