EditorAppearanceProperties Class
In This Article
Contains Editor appearance properties.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
The EditorAppearanceProperties class contains attached properties which allow you to change the following Editor appearances:
Property | Description |
---|---|
Check |
Gets or sets the Check |
Checked |
Gets or sets the background brush of the Check |
Checked |
Gets or sets the border brush of the Check |
Focused |
Gets or sets the editor’s border color when the editor is focused. |
Read |
Gets or sets the editor’s background color when the editor is in the read-only state. |
Read |
Gets or sets the editor’s border brush when the editor is in the read-only state. |
See Also