Back to Devexpress

BaseView.OptionsPrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-9f95ccf5.md

latest1.8 KB
Original Source

BaseView.OptionsPrint Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
public ViewPrintOptionsBase OptionsPrint { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsPrint As ViewPrintOptionsBase

Property Value

TypeDescription
ViewPrintOptionsBase

A ViewPrintOptionsBase 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

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace