LayoutControl.CustomizationMode Property
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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(CustomizationModes.Default)]
[DXCategory("Behavior")]
public CustomizationModes CustomizationMode { get; set; }
Property Value
| 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. |
Remarks
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 |
|
|






