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

RichEditLayoutOptions.PrintLayoutView Property

Provides access to options specific for the layout of the PrintLayout view.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public PrintLayoutViewLayoutOptions PrintLayoutView { get; }

Property Value

Type Description
PrintLayoutViewLayoutOptions

A SimpleViewLayoutOptions object instance containing specific options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintLayoutView
WinForms Controls SnapControlOptions
.Layout.PrintLayoutView
RichEditControlOptions
.Layout.PrintLayoutView
WPF Controls RichEditControlOptions
.Layout.PrintLayoutView
Office File API RichEditControlOptionsBase
.Layout.PrintLayoutView

Remarks

The PrintLayoutView is accessible using the RichEditControl.Options.Layout.PrintLayoutView or RichEditDocumentServer.Options.Layout.PrintLayoutView notation.

See Also