Skip to main content
All docs
V24.2

AzureGeocodeDataProvider.ProcessMouseEvents Property

Specifies whether this data provider should process mouse events.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[DefaultValue(true)]
public override bool ProcessMouseEvents { get; set; }

Property Value

Type Default Description
Boolean true

true to process mouse events; otherwise, false.

Remarks

Set ProcessMouseEvents to false to disable the creation of pushpins at the mouse position.

See Also