Back to Devexpress

ControlContentLayoutType Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-da6f2cdf.md

latest2.1 KB
Original Source

ControlContentLayoutType Enum

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

Declaration

csharp
public enum ControlContentLayoutType
vb
Public Enum ControlContentLayoutType

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.XtraScheduler.Reporting Namespace