Skip to main content
All docs
V25.1
  • AzureGeocodeDataProvider.ProcessMouseEvents Property

    Specifies whether this data provider should process mouse events.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    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