Back to Devexpress

XPThemeSupport Enum

windowsforms-devexpress-dot-utils-ec625a42.md

latest1.1 KB
Original Source

XPThemeSupport Enum

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum XPThemeSupport
vb
Public Enum XPThemeSupport

Members

NameDescription
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

DevExpress.Utils Namespace