Skip to main content
All docs
V23.2

EditorAppearanceProperties.SetCheckEditGlyphBrush(DependencyObject, Brush) Method

Sets the value of the EditorAppearanceProperties.CheckEditGlyphBrush attached property to the specified EditorAppearanceProperties.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetCheckEditGlyphBrush(
    DependencyObject d,
    Brush value
)

Parameters

Name Type Description
d DependencyObject

The editor to which the attached property is written.

value Brush

The check edit glyph brush.

See Also