WebVectorMapsListEditor.VectorMapViewer Property
In This Article
Gets the WebVectorMapsListEditor‘s VectorMapViewer control.
Namespace: DevExpress.ExpressApp.Maps.Web
Assembly: DevExpress.ExpressApp.Maps.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
#Declaration
public VectorMapViewer VectorMapViewer { get; }
#Property Value
Type | Description |
---|---|
Vector |
A Vector |
#Remarks
An example of using the VectorMapViewer property is provided in the How to: Customize the Vector Map Palette topic.
See Also