Back to Devexpress

CardOptionsPrint.PrintSelectedCardsOnly Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsprint-1364281f.md

latest2.3 KB
Original Source

CardOptionsPrint.PrintSelectedCardsOnly Property

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

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintSelectedCardsOnly { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property PrintSelectedCardsOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to PrintSelectedCardsOnly
CardView

.OptionsPrint .PrintSelectedCardsOnly

|

Remarks

This property is equivalent to the GridOptionsPrint.PrintSelectedRowsOnly property.

See Also

PrintSelectedRowsOnly

Multiple Row and Cell Selection

Printing Overview

CardOptionsPrint Class

CardOptionsPrint Members

DevExpress.XtraGrid.Views.Card Namespace