windowsforms-devexpress-dot-xtralayout-0da1e0fa.md
Enumerates the runtime customization modes for a LayoutControl.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum CustomizationModes
Public Enum CustomizationModes
| 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.
|
The following properties accept/return CustomizationModes values:
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