Skip to main content

MapStorageFileSource.FileName Property

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

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