Back to Devexpress

LayoutViewOptionsPrint.PrintSelectedCardsOnly Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsprint-d9cb0815.md

latest2.4 KB
Original Source

LayoutViewOptionsPrint.PrintSelectedCardsOnly Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

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
LayoutView

.OptionsPrint .PrintSelectedCardsOnly

|

Remarks

This property is equivalent to the GridOptionsPrint.PrintSelectedRowsOnly property.

See Also

PrintSelectedRowsOnly

Multiple Row and Cell Selection

Printing Overview

LayoutViewOptionsPrint Class

LayoutViewOptionsPrint Members

DevExpress.XtraGrid.Views.Layout Namespace