CustomizationModes Enum
In This Article
Enumerates the runtime customization modes for a LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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