TcxSchedulerReportLinkWeeklyPrintStyleArrange Enum
In This Article
Lists available dates sorting types.
#Declaration
Delphi
TcxSchedulerReportLinkWeeklyPrintStyleArrange = (
wsaTopToBottom,
wsaLeftToRight
);
#Members
Name |
---|
wsa
|
wsa
|
#Remarks
Options include:
Value | Meaning |
---|---|
wsa |
The days are sorted from top to bottom |
wsa |
The days are sorted from left to right |
See Also