CustomBehaviorPreferences Enum
Lists values that allow you to change application behavior in edge cases.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Default
|
Default application behavior. |
DisableFormPainterWndProcessing
|
Improves application behavior during remote desktop sharing but can cause visual artifacts in certain usage scenarios. |
Related API Members
The following properties accept/return CustomBehaviorPreferences values:
Remarks
This enumeration has FlagsAttribute that allows a bitwise combination of its member values.
See Also