Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomBehaviorPreferences Enum

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[Flags]
public enum CustomBehaviorPreferences

#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