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

CustomizationModes Enum

Enumerates the runtime customization modes for a LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public enum CustomizationModes

Members

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.

Related API Members

The following properties accept/return CustomizationModes values:

Remarks

The values listed by this enumeration are used to set the LayoutControl.CustomizationMode property.

See Runtime Customization Overview, Default Runtime Customization and Quick Runtime Customization to learn more.

See Also