TcxSchedulerReportLinkWeeklyPrintStyle.Arrange Property
In This Article
Specifies how the days in the scheduler’s report are sorted.
#Declaration
Delphi
property Arrange: TcxSchedulerReportLinkWeeklyPrintStyleArrange read; write;
#Property Value
Type |
---|
Tcx |
#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