Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public LayoutViewPrintAppearances AppearancePrint { get; }

Property Value

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.

Remarks

See the LayoutViewOptionsPrint.UsePrintStyles topic, for more information.

See Also