Skip to main content
All docs
V25.1
  • EditorAppearanceProperties.GetHasFocusedBorderBrush(DependencyObject) Method

    Get the value of the EditorAppearanceProperties.HasFocusedBorderBrush attached property for the specified EditorAppearanceProperties.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static bool GetHasFocusedBorderBrush(
        DependencyObject d
    )

    Parameters

    Name Type Description
    d DependencyObject

    The editor from which the property value is read.

    Returns

    Type Description
    Boolean

    true when the editor’s FocusedBorderBrush property is specified; otherwise false

    See Also