Skip to main content

InformationDataProviderBase.ProcessMouseEvents Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool ProcessMouseEvents { get; set; }

Property Value

Type Description
Boolean

true, to process mouse events; otherwise, false.

See Also