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

Syntax
C# |
public bool IsFocused { get; }
|
VB |
Public ReadOnly Property IsFocused 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 IsFocused property isn't appropriate for the DXFrameworkContentElement class.

See Also