Skip to main content

CardOptionsPrint.PrintSelectedCardsOnly Property

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

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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 Also