windowsforms-devexpress-dot-xtrascheduler-dot-reporting-da6f2cdf.md
Lists two types for fitting the control’s content within a control’s dimensions.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
public enum ControlContentLayoutType
Public Enum ControlContentLayoutType
| Name | Description |
|---|---|
Fit |
The content corresponding to the entire time interval is fit into the dimensions specified for a control.
|
| Tile |
The content is printed in tiles, with all the tiles covering the entire time interval. This approach allows you to print only a part of the control’s content within the control’s boundaries, so each minimal time unit (time cell) occupies the control’s boundaries.
|
The following properties accept/return ControlContentLayoutType values:
The values listed by the ControlContentLayoutType enumeration are used to set the DayViewTimeCells.VerticalLayoutType and HorizontalWeek.VerticalLayoutType properties.
See Also