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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetIsHitTestVisibleInChrome(DependencyObject) and SetIsHitTestVisibleInChrome(DependencyObject, Nullable<Boolean>).
Returns
Type | Default | Description |
---|---|---|
Nullable<Boolean> | null |
|
See Also