Skip to main content

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.v23.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