Skip to main content
A newer version of this page is available. .
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