Back to Devexpress

OptionsCustomizationForm.AllowUndoManager Property

windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform-4ffc6d94.md

latest2.0 KB
Original Source

OptionsCustomizationForm.AllowUndoManager Property

OBSOLETE

Use the EnableUndoManager property instead

Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the EnableUndoManager property instead")]
public bool AllowUndoManager { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the EnableUndoManager property instead")>
Public Property AllowUndoManager As Boolean

Property Value

TypeDescription
Boolean

true if the LayoutControl allows an end-user to undo/redo runtime customization operations; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowUndoManager
LayoutControl

.OptionsCustomizationForm .AllowUndoManager

|

See Also

EnableUndoManager

OptionsCustomizationForm Class

OptionsCustomizationForm Members

DevExpress.XtraLayout Namespace