windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-7c46bac9.md
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
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public LayoutViewPrintAppearances AppearancePrint { get; }
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property AppearancePrint As LayoutViewPrintAppearances
| Type | Description |
|---|---|
| DevExpress.XtraGrid.Views.Layout.LayoutViewPrintAppearances |
A DevExpress.XtraGrid.Views.Layout.LayoutViewPrintAppearances object that provides print/export appearance settings for the View’s elements.
|
See the LayoutViewOptionsPrint.UsePrintStyles topic, for more information.
See Also