Back to Devexpress

CardOptionsPrint.PrintCardCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsprint-4639bf91.md

latest1.8 KB
Original Source

CardOptionsPrint.PrintCardCaption Property

Gets or sets whether card captions 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(true)]
[XtraSerializableProperty]
public virtual bool PrintCardCaption { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintCardCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if card captions are printed/exported; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintCardCaption
CardView

.OptionsPrint .PrintCardCaption

|

See Also

ShowCardCaption

CardOptionsPrint Class

CardOptionsPrint Members

DevExpress.XtraGrid.Views.Card Namespace