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

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

See Also