Skip to main content
A newer version of this page is available. .

LayoutViewOptionsPrint.MaxCardColumns Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int MaxCardColumns { get; set; }

Property Value

Type Default Description
Int32 0

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxCardColumns
LayoutView
.OptionsPrint.MaxCardColumns

Remarks

If the MaxCardColumns property is set to 0, the maximum number of columns is not limited.

See Also