Skip to main content

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.v23.2.dll

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

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