Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    Returns

    Type Description
    Boolean

    true if the element is a snap layouts element; otherwise, false.

    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