Skip to main content
A newer version of this page is available. .

CustomShapefile.Url Property

Gets or sets the path to the shapefile.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public string Url { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the path to the shapefile.

Remarks

To load the existing shapefile, set the MapDashboardItem.Area property to ShapefileArea.Custom and use the MapDashboardItem.CustomShapefile property. There are two ways to provide the custom shapefile.

See Also