TcxSchedulerHeaderImagePosition Enum
In This Article
Enumerates the available positions of the resource icon relative to the resource name in the resource header.
#Declaration
Delphi
TcxSchedulerHeaderImagePosition = (
ipLeft,
ipTop,
ipRight,
ipBottom
);
#Members
Name |
---|
ip
|
ip
|
ip
|
ip
|
#Remarks
Values include:
Value | Meaning |
---|---|
ip |
The icon resides to the left of the resource name. |
ip |
The icon resides to the top of the resource name. |
ip |
The icon resides to the right of the resource name. |
ip |
The icon resides to the bottom of the resource name. |
Note
If the resource headers reside on the left side of the scheduling area (when scheduling under the Week, Weeks, or Time
See Also