Back to Devexpress

LayoutView.AppearancePrint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-7c46bac9.md

latest2.5 KB
Original Source

LayoutView.AppearancePrint Property

Provides access to properties that allow the print/export appearance of the View’s elements to be customized.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public LayoutViewPrintAppearances AppearancePrint { get; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property AppearancePrint As LayoutViewPrintAppearances

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Layout.LayoutViewPrintAppearances

A DevExpress.XtraGrid.Views.Layout.LayoutViewPrintAppearances object that provides print/export appearance settings for the View’s elements.

|

Remarks

See the LayoutViewOptionsPrint.UsePrintStyles topic, for more information.

See Also

Appearance

OptionsPrint

UsePrintStyles

Appearance and Conditional Formatting

Export Overview

Printing Overview

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace