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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | 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 Type | Path to MaxCardRows |
---|---|
LayoutView |
|
Remarks
If the MaxCardRows property is set to 0, the maximum number of rows is not limited.
See Also