CustomShapefile.Url Property
In This Article
SECURITY NOTE
Downloading files passed through URLs specified by the Url
property may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:
Suppress Control Requests to Download Data from External URLs
Gets or sets the path to the shapefile.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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.
- Use the Url property to specify the path to the shapefile.
- Create the CustomShapefileData object, specify its CustomShapefileData.ShapeData and CustomShapefileData.AttributeData (optionally) properties and assign this object to the CustomShapefile.Data property.
See Also