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

MapGeoDataAdapter.FileUri Property

Gets or sets a Uri that defines the location of a shape data file.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Uri FileUri { get; set; }

Property Value

Type Description
Uri

A Uri object that contains a shape data file Uri.

See Also