Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • DiagramControl.AllowMiddleButtonDrag Property

    Specifies whether to enable diagram panning on the middle mouse button. This is a dependency property.

    Namespace: DevExpress.Xpf.Diagram

    Assembly: DevExpress.Xpf.Diagram.v20.2.dll

    NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

    Declaration

    public bool AllowMiddleButtonDrag { get; set; }

    Property Value

    Type Description
    Boolean

    true, to enable diagram panning on the middle mouse button; otherwise, false. By default, true.

    See Also