Skip to main content

TcxSchedulerReportLinkWeeklyPrintStyle.Arrange Property

Specifies how the days in the scheduler’s report are sorted.

Declaration

property Arrange: TcxSchedulerReportLinkWeeklyPrintStyleArrange read; write;

Property Value

Type
TcxSchedulerReportLinkWeeklyPrintStyleArrange

Remarks

If the Arrange property is set to wsaTopToBottom, then the days are sorted from top to bottom. If the value of the Arrange property is wsaLeftToRight, the days are sorted from left to right.

See Also