windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionscustomization-07e35187.md
Gets or sets whether the Customization Form can automatically snap to specific targets.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[XtraSerializableProperty]
public SnapMode CustomizationFormSnapMode { get; set; }
<XtraSerializableProperty>
Public Property CustomizationFormSnapMode As SnapMode
| Type | Description |
|---|---|
| DevExpress.Utils.Controls.SnapMode |
Specifies whether the Customization Form can automatically snap to specific targets.
|
You can access this nested property as listed below:
| Object Type | Path to CustomizationFormSnapMode |
|---|---|
| VGridControlBase |
.OptionsCustomization .CustomizationFormSnapMode
|
The CustomizationFormSnapMode property accepts one or multiple values of the SnapMode enumeration. Each value allows the Customization Form to snap to specific targets when users drag this form at runtime.
See the Snap Window Behavior article to learn how to implement window snapping for controls that do not support it out-of-the-box.
See Also
BaseOptionsCustomization Class