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