PrintInColumnMode Enum
Lists the columns in which the information control is printed.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
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