Back to Devexpress

LayoutViewOptionsPrint.MaxCardRows Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsprint-c02f2906.md

latest2.3 KB
Original Source

LayoutViewOptionsPrint.MaxCardRows Property

Gets or sets the maximum number of rows in the print/export output. This option is in effect when cards are arranged in multiple rows (the LayoutViewOptionsPrint.PrintMode property is set to MultiRow ).

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int MaxCardRows { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property MaxCardRows As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the maximum number of rows displayed in the print/export output.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MaxCardRows
LayoutView

.OptionsPrint .MaxCardRows

|

Remarks

If the MaxCardRows property is set to 0, the maximum number of rows is not limited.

See Also

PrintMode

MaxCardColumns

LayoutViewOptionsPrint Class

LayoutViewOptionsPrint Members

DevExpress.XtraGrid.Views.Layout Namespace