Skip to main content
A newer version of this page is available. .
All docs
V23.1

WindowChromeHelper.IsHitTestVisibleInChrome Attached Property

Gets or sets a value that indicates whether the hit test of the element is visible in the window chrome.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Default Description
Nullable<Boolean> null

true if the hit test of the element is visible in the window chrome; otherwise, false. The default is null.

See Also