windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-3d679d2a.md
Gets or sets whether users customize the layout in default mode via context menus or in quick mode via the customization form.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(CustomizationModes.Default)]
[DXCategory("Behavior")]
public CustomizationModes CustomizationMode { get; set; }
<DefaultValue(CustomizationModes.Default)>
<DXCategory("Behavior")>
Public Property CustomizationMode As CustomizationModes
| Type | Default | Description |
|---|---|---|
| CustomizationModes | Default |
The customization mode used to adjust the layout by end-users.
|
Available values:
| Name | Description |
|---|---|
| Default |
Default customization mode. Customization commands are provided using context menus.
| | Quick |
Quick customization mode. Customization commands are available in the touch-friendly Customization Form.
|
Customization modes differ in the way customization commands are invoked. In the Default customization mode, these commands are available via context menus; while in the Quick mode these commands are available via the touch-friendly Customization Form.
|
Feature
|
Default Customization Mode
|
Quick Customization Mode
| | --- | --- | --- | |
Invoking Customization Mode
|
Right click an empty space and select the Customize Layout command.
|
Long press at any point within the LayoutControl until an animated load indicator is filled.
| |
Layout Item Context Menus
|
|
Not available.
| |
Customization Form
|
|
| |
Extended Customization Form
|
|
|
See Also