EditorAppearanceProperties.GetReadOnlyBackground(DependencyObject) Method
In This Article
Get the value of the EditorAppearanceProperties.ReadOnlyBackground attached property for the specified EditorAppearanceProperties.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static Brush GetReadOnlyBackground(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The editor from which the property value is read. |
#Returns
Type | Description |
---|---|
Brush | The editor’s background brush when the editor is in read-only state. |
See Also