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

GpxFileDataAdapter.FileUri Property

Gets or sets a URI that defines the GPX file location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public Uri FileUri { get; set; }

Property Value

Type Default Description
Uri *null*

A Uri object that specifies a path to a GPX file.

See Also