Back to Devexpress

CardView.OptionsPrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardview-9748cbe9.md

latest2.0 KB
Original Source

CardView.OptionsPrint Property

Provides options that control how the View is printed/exported.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public CardOptionsPrint OptionsPrint { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsPrint As CardOptionsPrint

Property Value

TypeDescription
CardOptionsPrint

A CardOptionsPrint object containing the View’s print and export options.

|

Remarks

The object returned provides a set properties allowing you to customize the View’s print and export options.

See Also

Print()

Export

Printing Overview

Export Overview

CardView Class

CardView Members

DevExpress.XtraGrid.Views.Card Namespace