Skip to main content
A newer version of this page is available. .

LayoutControl.CustomizationMode Property

Allows you to switch between the default and quick customization modes.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

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.

LC-Quick-vs-Default-InvokeDefaultMode

Long press at any point within the LayoutControl until an animated load indicator is filled.

LC-Quick-vs-Default-InvokeQuickMode

Layout Item Context Menus

LC-Quick-vs-Default-CustomizationMenu

Not available.

Customization Form

LC-Quick-vs-Default-CustomizationForm

LC-Quick-vs-Quick-CustomizationForm

Extended Customization Form

LC-Quick-vs-Default-Default-CustomizationForm-Extended

LC-Quick-vs-Quick-CustomizationForm-Extended

See Also