Skip to main content
A newer version of this page is available. .

MapControl.ScrollCommand Property

Returns a command that scrolls a map.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public ICommand ScrollCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also