Skip to main content

DXRichEditLayoutOptions.PrintLayoutViewOptions Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: 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