Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ControlContentLayoutType Enum

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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