Overrides the System.Windows.ContentElement.IsKeyboardFocusWithin property to hide it.
Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public bool IsKeyboardFocusWithin { get; }
|
VB |
Public ReadOnly Property IsKeyboardFocusWithin As Boolean
|
Property value
Type: Boolean
A System.Boolean value.

Remarks
This property is overridden to hide the corresponding property of the System.Windows.ContentElement class, because the IsKeyboardFocusWithin property isn't appropriate for the DXFrameworkContentElement class.

See Also