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

    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