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

CardView.PrintMaximumCardColumns Property

Specifies the maximum number of card columns for printing/exporting. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public int PrintMaximumCardColumns { get; set; }

Property Value

Type Description
Int32

The maximum number of printed/exported card columns. The default is -1.

Remarks

By default (when the PrintMaximumCardColumns property is set to -1), the number of card columns in the print/export output is determined only by the page margins. At the same time, if the CardView.PrintAutoCardWidth option is enabled, the output document will contain only one column of cards, but the cards in that column are resized to match the page width.

See Also