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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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 |
|
Remarks
The CustomizationFormSnapMode property allows you to override the WindowsFormsSettings.CustomizationFormSnapMode global setting, which is inherited by default.
See Also