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

CardView.PrintAutoCardWidth Property

Gets or sets whether cards in the print/export output are automatically resized horizontally to fit the report page’s width. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool PrintAutoCardWidth { get; set; }

Property Value

Type Description
Boolean

true if cards are automatically resized horizontally to fit the report page’s width; otherwise, false.

Remarks

This property is not in effect if a custom print template is used.

The number of card columns printed/exported is specified by the CardView.PrintMaximumCardColumns property.

See Also