TcxSchedulerEventImageType Enum
Enumerates the available types of icons that are shown within the user event‘s rectangle.
Declaration
TcxSchedulerEventImageType = (
eitReminder,
eitRecurrence,
eitCustomOccurrence,
eitCustom
);
Members
Name |
---|
eitReminder
|
eitRecurrence
|
eitCustomOccurrence
|
eitCustom
|
Remarks
Options include:
Value | Meaning |
---|---|
iitReminder | Specifies a bell icon. |
iitRecurrence | Specifies a chasing-arrows icon. |
iitCustomOccurrence | Specifies a chasing-arrows icon with a strike-through. |
iitCustom | Specifies a user-defined icon. |
See Also