Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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