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

DXRichEditPrintingOptions.EnableCommentFillOnPrint Property

Gets or sets whether to print the background color of the comment balloons. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public bool EnableCommentFillOnPrint { get; set; }

Property Value

Type Description
Boolean

True, to print the comment balloon background; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableCommentFillOnPrint
RichEditControl
.PrintingOptions.EnableCommentFillOnPrint

Remarks

When the EnableCommentFillOnPrint is set to true, the comment balloons are printed filled with color, as illustrated in the following image.

rich-edit-comment-printoptions-true

See Also