Skip to main content

RichEditBehaviorOptions.CreateNewAllowed Property

Gets whether the Create New Document operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

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

Use the RichEditBehaviorOptions.CreateNew property instead.

See Also