Back to Devexpress

LayoutViewOptionsPrint.PrintCardCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsprint-116efc3c.md

latest1.8 KB
Original Source

LayoutViewOptionsPrint.PrintCardCaption Property

Gets or sets a value specifying whether card captions are displayed in the print/export output.

Namespace : DevExpress.XtraGrid.Views.Layout

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
LayoutView

.OptionsPrint .PrintCardCaption

|

See Also

LayoutViewOptionsPrint Class

LayoutViewOptionsPrint Members

DevExpress.XtraGrid.Views.Layout Namespace