Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutViewPrintMode Enum

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public enum LayoutViewPrintMode

#Members

Name Description
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.

#Related API Members

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