Skip to main content
A newer version of this page is available. .

XPThemeSupport Enum

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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.

Remarks

Values listed in the enumeration are used to set the UserLookAndFeel.UseWindowsXPTheme property value.

See Also