Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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:

Library Object Type Path to CustomizationFormSnapMode
WinForms Controls ResourcesTree
.OptionsCustomization.CustomizationFormSnapMode
TreeList
.OptionsCustomization.CustomizationFormSnapMode
Reporting XRDesignFieldList
.OptionsCustomization.CustomizationFormSnapMode
XRDesignReportExplorer
.OptionsCustomization.CustomizationFormSnapMode

Remarks

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

See Also