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

PrintInColumnMode Enum

Lists the columns in which the information control is printed.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

public enum PrintInColumnMode

#Members

Name Description
All

The control is printed in all columns.

Odd

The control is printed only in odd columns.

Even

The control is printed only in even columns.

#Related API Members

The following properties accept/return PrintInColumnMode values:

See Also