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

WindowChromeHelper.DisableSnapLayouts Attached Property

Gets or sets the disable value of snap layouts feature.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true to disable snap layouts; otherwise, false.

Remarks

When you disable snap layouts for a specific window, the snap layouts feature is not available for all elements in this window. To disable snap layouts for a specific element, set the WindowChromeHelper.DisableSnapLayouts attached property to true for this element:

<Button Content="Button" dx:WindowChromeHelper.DisableSnapLayouts="True"/>
See Also