Back to Devexpress

CustomBehaviorPreferences Enum

windowsforms-devexpress-dot-xtraeditors-92f886cd.md

latest1.5 KB
Original Source

CustomBehaviorPreferences Enum

Lists values that allow you to change application behavior in edge cases.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Flags]
public enum CustomBehaviorPreferences
vb
<Flags>
Public Enum CustomBehaviorPreferences

Members

NameDescription
Default

Default application behavior.

| | DisableFormPainterWndProcessing |

Improves application behavior during remote desktop sharing but can cause visual artifacts in certain usage scenarios.

|

The following properties accept/return CustomBehaviorPreferences values:

Remarks

This enumeration has FlagsAttribute that allows a bitwise combination of its member values.

See Also

DevExpress.XtraEditors Namespace