Skip to main content

DXRichEditPrintingOptions.EnableCommentBackgroundOnPrint Property

Gets or sets whether to print the background of the document’s margin containing comment balloons. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool EnableCommentBackgroundOnPrint { get; set; }

Property Value

Type Description
Boolean

True, to print the background of the document’s margin; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCommentBackgroundOnPrint
RichEditControl
.PrintingOptions .EnableCommentBackgroundOnPrint

Remarks

When the EnableCommentBackgroundOnPrint is set to true, the comment balloons are printed on a gray background, as illustrated in the following image.

rich-edit-comment-printoptions-true

See Also