OptionsCustomizationForm.SnapMode Property
In This Article
Gets or sets to which objects this Customization Form is allowed to snap.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Snap |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Snap |
---|---|
Layout |
|
#Remarks
DevExpress forms and dialogs support the snapping feature through the attachable Snap Window Behavior. A Layout Control’s Customization Form supports this feature out-of-the-box, by utilizing the SnapMode property.
See Also