WindowChromeHelper.DisableSnapLayouts Attached Property
In This Article
Gets or sets the disable value of snap layouts feature.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.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:
xml
<Button Content="Button" dx:WindowChromeHelper.DisableSnapLayouts="True"/>
See Also