windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-f3276c48.md
Gets or sets whether or not customization forms can stick to each other, parent forms or screen edges.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(SnapMode.None)]
public static SnapMode CustomizationFormSnapMode { get; set; }
<DefaultValue(SnapMode.None)>
Public Shared Property CustomizationFormSnapMode As SnapMode
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.Controls.SnapMode | None |
A SnapMode enumerator value that specifies whether or not dock panels can stick to each other, parent forms or screen edges.
|
The CustomizationFormSnapMode property accepts one or multiple values of the SnapMode enumerator. Each value allows customization forms to snap to specific targets when end-users drag these panels at runtime.
See Also
TreeListOptionsCustomization.CustomizationFormSnapMode
GridOptionsCustomization.CustomizationFormSnapMode