Skip to main content
All docs
V23.2

DirectXFormBase.AllowMove Property

Gets or sets whether users can drag-and-drop the form’s title bar to move this form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowMove { get; set; }

Property Value

Type Default Description
Boolean true

true, if users are allowed to move this form; otherwise, false.

See Also