Back to Devexpress

DirectXFormBase.AllowMove Property

windowsforms-devexpress-dot-xtraeditors-dot-directxformbase-7d61b5ad.md

latest1.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowMove { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AllowMove As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

DirectXFormBase Class

DirectXFormBase Members

DevExpress.XtraEditors Namespace