Skip to main content

InformationDataProviderBase.ProcessMouseEvents Property

Gets or sets a value indicating whether or not it is necessary to process mouse events by this data provider.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(false)]
public virtual bool ProcessMouseEvents { get; set; }

Property Value

Type Default Description
Boolean false

true, to process mouse events; otherwise, false.

See Also