TcxSchedulerReminders.ReminderByResource Property
Specifies whether user events are shown by resources when displayed in the Reminders window.
Declaration
property ReminderByResource: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the ReminderByResource property to True, to display a list of user events grouped by resources in the Reminders window (the same user event can be shown in the list two or more times, if the user event is shared between two or more resources).
To allow user events to be associated with multiple resources, set the scheduler’s EventOperations.SharingBetweenResources property to True.
Note that resource names are displayed in the Reminders window, if the ShowResourcesInReminderWindow property is True.
Important
in bound mode, grouping user events by resources in the Reminders window is only enabled, if the user event’s ReminderResourcesData field is bound via the TcxSchedulerDBStorageFieldNames.ReminderResourcesData to the dataset field. To learn how to configure the scheduler for use in bound mode, see the Bound Mode help topic.
The default value of the ReminderByResource property is False.