Back to Devexpress

PrintInColumnMode Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-0ec6560f.md

latest1.2 KB
Original Source

PrintInColumnMode Enum

Lists the columns in which the information control is printed.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public enum PrintInColumnMode
vb
Public Enum PrintInColumnMode

Members

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

|

The following properties accept/return PrintInColumnMode values:

See Also

DevExpress.XtraScheduler.Reporting Namespace