Skip to main content

TcxSchedulerReportLinkWeeklyPrintStyleArrange Enum

Lists available dates sorting types.

Declaration

TcxSchedulerReportLinkWeeklyPrintStyleArrange = (
    wsaTopToBottom,
    wsaLeftToRight
);

Members

Name
wsaTopToBottom
wsaLeftToRight

Remarks

Options include:

Value Meaning
wsaTopToBottom The days are sorted from top to bottom
wsaLeftToRight The days are sorted from left to right
See Also