Skip to main content

DocumentCapabilitiesOptions.UndoAllowed Property

Gets whether the Undo/Redo feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access the DocumentCapabilitiesOptions.UndoAllowed property from the following objects:

Object Type Path to UndoAllowed
RichEditControl
RichEditControlOptions
.DocumentCapabilities.UndoAllowed
RichEditControlOptionsBase
.DocumentCapabilities.UndoAllowed

Remarks

Use the DocumentCapabilitiesOptions.Undo property instead.

See Also