Back to Devexpress

CustomizationModes Enum

windowsforms-devexpress-dot-xtralayout-0da1e0fa.md

latest2.6 KB
Original Source

CustomizationModes Enum

Enumerates the runtime customization modes for a LayoutControl.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum CustomizationModes
vb
Public Enum CustomizationModes

Members

NameDescription
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.

|

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

CustomizationMode

Runtime Customization Overview

Default Runtime Customization

Quick Runtime Customization

DevExpress.XtraLayout Namespace