Skip to main content

RichEditBehaviorOptions.CutAllowed Property

Gets whether the Cut operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

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

Use the RichEditBehaviorOptions.Cut property instead.

See Also