WindowChromeHelper.IsSnapLayoutsElement Attached Property
Gets or sets a value that indicates whether the element is a snap layouts element.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetIsSnapLayoutsElement(DependencyObject) and SetIsSnapLayoutsElement(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
To enable snap layouts for a specific element, set the WindowChromeHelper.IsSnapLayoutsElement
attached property to true
for this element:
<Button Content="Button" dx:WindowChromeHelper.IsSnapLayoutsElement="True"/>
See Also