WindowChromeHelper.DisableSnapLayouts Attached Property
Gets or sets the disable value of snap layouts feature.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
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