Skip to main content

RichEditBehaviorOptions.OpenAllowed Property

Gets whether the Open Document operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

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

Use the RichEditBehaviorOptions.Open property instead.

See Also