Skip to main content

CardOptionsPrint.PrintSelectedCardOnly Property

OBSOLETE

Use the PrintSelectedCardsOnly property instead.

Gets or sets whether to print/export only the selected card or all cards within the View.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the PrintSelectedCardsOnly property instead.")]
public bool PrintSelectedCardOnly { get; set; }

Property Value

Type Description
Boolean

true to print/export the selected card only; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintSelectedCardOnly
CardView
.OptionsPrint .PrintSelectedCardOnly

Remarks

This member is obsolete. Use the CardOptionsPrint.PrintSelectedCardsOnly property instead.

See Also