Back to Devexpress

LayoutViewPrintMode Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-ec1752e8.md

latest2.0 KB
Original Source

LayoutViewPrintMode Enum

Contains values that specify how cards are arranged in a print/export output.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public enum LayoutViewPrintMode
vb
Public Enum LayoutViewPrintMode

Members

NameDescription
Default

Currently, this option is the same as the LayoutViewPrintMode.MultiColumn option.

| | Row |

Cards are arranged in a single row.

| | Column |

Cards are arranged in a single column.

| | MultiRow |

Cards are arranged in multiple rows.

| | MultiColumn |

Cards are arranged in multiple columns.

|

The following properties accept/return LayoutViewPrintMode values:

Remarks

Use the LayoutViewOptionsPrint.PrintMode property to specify how cards must be arranged in a print/export output.

See Also

PrintMode

Printing Overview

Export Overview

DevExpress.XtraGrid.Views.Layout Namespace