windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomizationex-ca219697.md
Gets or sets whether or not the Customization Form can automatically snap to specific targets.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[XtraSerializableProperty]
public SnapMode CustomizationFormSnapMode { get; set; }
<XtraSerializableProperty>
Public Property CustomizationFormSnapMode As SnapMode
| Type | Description |
|---|---|
| DevExpress.Utils.Controls.SnapMode |
A SnapMode enumeration value that specifies whether or not the Customization Form can automatically snap to specific targets.
|
You can access this nested property as listed below:
| Object Type | Path to CustomizationFormSnapMode |
|---|---|
| PivotGridControl |
.OptionsCustomization .CustomizationFormSnapMode
|
The CustomizationFormSnapMode property accepts one or multiple values of the SnapMode enumerator. Each value allows the Customization Form to snap to specific targets when end-users drag this dialog 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
PivotGridOptionsCustomizationEx Class