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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | The editor to which the attached property is written. |
value | Brush | The check edit glyph brush. |
See Also