windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform-dot-underscore-members.md
Contains options that affect the appearance of the Customization Form.
| Name | Description |
|---|---|
| OptionsCustomizationForm(ILayoutControl) | Initializes a new instance of the OptionsCustomizationForm class. |
| Name | Description |
|---|---|
| AllowHandleDeleteKey | Gets or sets whether the default handling of the DELETE key in customization mode is disabled. |
| AllowUndoManager | Obsolete. Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations. |
| DefaultPage | Gets or sets whether the Hidden Items Tab or Layout Tree View Tab is selected by default. |
| DefaultRestoreDirectory | Gets or sets the default directory for the “Open” dialog that is invoked when a user clicks on the Customization Form‘s Load Layout button. |
| DefaultSaveDirectory | Gets or sets the default directory for the Save dialog that is opened when clicking on the Customization Form‘s Save Layout button. |
| DesignTimeCustomizationFormPositionAndSize | Gets or sets the coordinates and bounding rectangle of the control’s Customization Form at design time. |
| EnableUndoManager | Gets or sets whether the Undo Manager, which allows customization operations to be reverted, is enabled. |
| QuickModeInitDelay | Gets or sets a delay between pressing the LayoutControl and the start of quick customization mode initialization. |
| QuickModeLoadIndicatorSize | Gets or sets the size of the quick customization mode load indicator. |
| QuickModeLoadTime | Gets or sets quick mode activation time. |
| ShowLayoutTreeView | Gets or sets whether the Layout Tree View tab page is visible in the Customization Form. |
| ShowLoadButton | Gets or sets whether the Customization Form’s Load button is visible. |
| ShowPropertyGrid | Gets or sets whether the Property Grid is displayed within the Customization Form. |
| ShowRedoButton | Gets or sets whether the Customization Form’s Redo button is visible. |
| ShowSaveButton | Gets or sets whether the Customization Form’s Save button is visible. |
| ShowUndoButton | Gets or sets whether the Customization Form’s Undo button is visible. |
| SnapMode | Gets or sets to which objects this Customization Form is allowed to snap. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetShowPropertyGrid() | Returns whether the Property Grid is displayed within the Customization Form. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
See Also