Skip to main content

XPThemeSupport Enum

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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