Skip to main content

MapPackageFileSource.FileName Property

Gets or sets a name of the file to be loaded by this source.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public string FileName { get; set; }

#Property Value

Type Description
String

A String object.

See Also