XPThemeSupport Enum
Contains values specifying whether bound controls is drawn using XP style.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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