Skip to main content
A newer version of this page is available. .

PrintInColumnMode Enum

Lists the columns in which the information control is printed.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

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