Skip to main content
All docs
V25.1
  • 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.1.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