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

DXRichEditLayoutOptions.PrintLayoutViewOptions Property

Provides access to the PrintLayoutView layout options. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DXRichEditPrintLayoutViewLayoutOptions PrintLayoutViewOptions { get; set; }

Property Value

Type Description
DevExpress.Xpf.RichEdit.DXRichEditPrintLayoutViewLayoutOptions

A DevExpress.Xpf.RichEdit.DXRichEditPrintLayoutViewLayoutOptions object containing specific options.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintLayoutViewOptions
RichEditControl
.LayoutOptions .PrintLayoutViewOptions
See Also