Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.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.

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