Skip to main content
All docs
V25.1
  • EditorAppearanceProperties Class

    Contains Editor appearance properties.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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