Back to Devexpress

TreeListOptionsCustomization.CustomizationFormSnapMode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionscustomization-b2c16a84.md

latest2.6 KB
Original Source

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.v25.2.dll

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

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 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 TypePath 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

CustomizationFormSnapMode

Customization Form

Snap Window Behavior

TreeListOptionsCustomization Class

TreeListOptionsCustomization Members

DevExpress.XtraTreeList Namespace