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

CardOptionsPrint.PrintSelectedCardsOnly Property

Gets or sets whether only the focused/selected cards are printed/exported.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintSelectedCardsOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true if only only the focused/selected cards are printed/exported; otherwise, false

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintSelectedCardsOnly
CardView
.OptionsPrint.PrintSelectedCardsOnly

Remarks

This property is equivalent to the GridOptionsPrint.PrintSelectedRowsOnly property. See this link to learn more.

See Also