Skip to main content
All docs
V18.2

RichEditBehaviorOptions.PrintingAllowed Property

For internal use. Use the RichEditBehaviorOptions.Printing property instead.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool PrintingAllowed { get; }

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintingAllowed
WinForms Controls SnapControlOptions
.Behavior.PrintingAllowed
RepositoryItemRichTextEdit
.OptionsBehavior.PrintingAllowed
RichEditControlOptions
.Behavior.PrintingAllowed
WPF Controls RichEditControlOptions
.Behavior.PrintingAllowed
Office File API RichEditControlOptionsBase
.Behavior.PrintingAllowed
ASP.NET Web Forms Controls ASPxRichEditSettings
.Behavior.PrintingAllowed

Remarks

This property indicates whether or not the Printing operations are allowed.

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also