Skip to main content

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

XPThemeSupport Enum

In This Article

Contains values specifying whether bound controls is drawn using XP style.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

public enum XPThemeSupport

#Members

Name Description
Disabled

An editor is drawn in Windows Classic style.

Enabled

An editor is drawn in XP style if it is supported by user’s system.

Default

If bound control can display or edit data using inplace editors, latter are painted in the same style as its container. Otherwise it is drawn in XP style, if it is supported by a user’s system.

See Also