Back to Devexpress

GridView.OptionsPrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-28dbb230.md

latest2.0 KB
Original Source

GridView.OptionsPrint Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridOptionsPrint

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

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace