TcxSchedulerCustomWeekView.DaysLayout Property
In This Article
Specifies the arrangement of the days in the Week View.
#Declaration
Delphi
property DaysLayout: TcxSchedulerWeekViewDaysLayout read; write; default wdlTwoColumns;
#Property Value
Type | Default |
---|---|
Tcx |
wdl |
#Remarks
Refer to the TcxSchedulerWeekViewDaysLayout type description for details on available arrangement options.
The default value of the DaysLayout property is wdlTwoColumns.
See Also