Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EditorAppearanceProperties Class

Contains Editor appearance properties.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class EditorAppearanceProperties

#Remarks

The EditorAppearanceProperties class contains attached properties which allow you to change the following Editor appearances:

Property Description
CheckEditGlyphBrush Gets or sets the CheckEdit‘s check glyph brush.
CheckedStateBackground Gets or sets the background brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked.
CheckedStateBorderBrush Gets or sets the border brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked.
FocusedBorderBrush Gets or sets the editor’s border color when the editor is focused.
ReadOnlyBackground Gets or sets the editor’s background color when the editor is in the read-only state.
ReadOnlyBorderBrush Gets or sets the editor’s border brush when the editor is in the read-only state.

#Inheritance

Object
EditorAppearanceProperties
See Also