Back to Devexpress

LayoutView.OptionsPrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-6e6cc343.md

latest2.2 KB
Original Source

LayoutView.OptionsPrint Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
LayoutViewOptionsPrint

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

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace