EditorAppearanceProperties.SetCheckedStateBorderBrush(DependencyObject, Brush) Method
Sets the value of the EditorAppearanceProperties.CheckedStateBorderBrush attached property to a specified EditorAppearanceProperties.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | The editor to which the attached property is written. |
| value | Brush | The editor’s border brush when the editor is checked. |
See Also