Skip to main content

RichEditBehaviorOptions.PrintingAllowed Property

Gets whether the Printing operations are allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool PrintingAllowed { get; }
<Browsable(False)>
Public ReadOnly Property PrintingAllowed As Boolean

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access the RichEditBehaviorOptions.PrintingAllowed property from the following objects:

Object Type Path to PrintingAllowed
RichEditControl
.Options.Behavior.PrintingAllowed
RichEditControlOptions
.Behavior.PrintingAllowed
RichEditControlOptionsBase
.Behavior.PrintingAllowed

Remarks

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

Use the RichEditBehaviorOptions.Printing property instead.

See Also