Skip to main content

ControlContentLayoutType Enum

Lists two types for fitting the control’s content within a control’s dimensions.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public enum ControlContentLayoutType

Members

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.

Related API Members

The following properties accept/return ControlContentLayoutType values:

Remarks

The values listed by the ControlContentLayoutType enumeration are used to set the DayViewTimeCells.VerticalLayoutType and HorizontalWeek.VerticalLayoutType properties.

See Also