Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListOptionsCustomization.CustomizationFormSnapMode Property

Gets or sets whether or not the Customization Form can stick to the parent form or screen edges.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

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

#Declaration

[XtraSerializableProperty]
public SnapMode CustomizationFormSnapMode { get; set; }

#Property Value

Type Description
DevExpress.Utils.Controls.SnapMode

A SnapMode enumeration value that specifies whether or not the Customization Form can stick to the parent form or screen edges. By default, the WindowsFormsSettings.CustomizationFormSnapMode global setting is inherited.

#Property Paths

You can access this nested property as listed below:

Object Type Path to CustomizationFormSnapMode
TreeList
.OptionsCustomization .CustomizationFormSnapMode

#Remarks

The CustomizationFormSnapMode property allows you to override the WindowsFormsSettings.CustomizationFormSnapMode global setting, which is inherited by default.

See Also