OptionsCustomizationForm.AllowUndoManager Property
Obsolete. Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the EnableUndoManager property instead")]
public bool AllowUndoManager { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the EnableUndoManager property instead")>
Public Property AllowUndoManager As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the LayoutControl allows an end-user to undo/redo runtime customization operations; otherwise, false. |
See Also
Feedback