OptionsCustomizationForm.AllowUndoManager Property
In This Article
OBSOLETE
Use the Enable
Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the EnableUndoManager property instead")]
public bool AllowUndoManager { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the Layout |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
Layout |
|
See Also