FocusableAncestor Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Protected ReadOnly Property FocusableAncestor As UIElement
    Get
'Usage
Dim value As UIElement

value = Me.FocusableAncestor
protected UIElement FocusableAncestor { get; }
protected:
property UIElement^ FocusableAncestor {
    UIElement^ get ();
}
member FocusableAncestor : UIElement
function get FocusableAncestor () : UIElement

Property Value

Type: System.Windows..::..UIElement

See Also

Reference

EditableContentControl Class

Microsoft.Data.Tools.Design.Core.Controls Namespace