Back to Devexpress

GridOptionsCustomization.CustomizationFormSnapMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionscustomization-35f1d12c.md

latest3.1 KB
Original Source

GridOptionsCustomization.CustomizationFormSnapMode Property

Gets or sets whether or not the Customization Form can automatically snap to specific targets.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public SnapMode CustomizationFormSnapMode { get; set; }
vb
<XtraSerializableProperty>
Public Property CustomizationFormSnapMode As SnapMode

Property Value

TypeDescription
DevExpress.Utils.Controls.SnapMode

A SnapMode enumeration value that specifies whether or not the Customization Form can automatically snap to specific targets.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomizationFormSnapMode
GridView

.OptionsCustomization .CustomizationFormSnapMode

|

Remarks

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.

  • OwnerControl - Customization Form snaps to a parent control (not a form) that owns this GridControl component.
  • OwnerForm - Customization Form snaps to the owner form’s bounds.
  • Screens - Customization Form snaps to screen edges.
  • SnapForms - Customization Form snaps to sticky windows.
  • All - Customization Form snaps to any available target mentioned above.
  • None - Customization Form does not snap.

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

GridOptionsCustomization Class

GridOptionsCustomization Members

DevExpress.XtraGrid.Views.Grid Namespace