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