Skip to main content
All docs
V25.1
  • EditorAppearanceProperties.SetReadOnlyBorderBrush(DependencyObject, Brush) Method

    Sets the value of the EditorAppearanceProperties.ReadOnlyBorderBrush attached property to a specified EditorAppearanceProperties.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetReadOnlyBorderBrush(
        DependencyObject d,
        Brush value
    )

    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 read-only.

    See Also