Back to Devexpress

PrintContentMode Enum

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-94ac73f5.md

latest1.2 KB
Original Source

PrintContentMode Enum

Lists the modes specifying which columns are chosen to set printed time intervals for the information controls.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public enum PrintContentMode
vb
Public Enum PrintContentMode

Members

NameDescription
CurrentColumn

Prints information for the current column only.

| | AllColumns |

Prints information for all columns in a multicolumn mode.

|

The following properties accept/return PrintContentMode values:

See Also

DevExpress.XtraScheduler.Reporting Namespace