Skip to main content

MiniMapLayerBase.Name Property

Gets or sets the name of this layer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Remarks

This name can be used to get the layer from MiniMapLayerCollection using the [] operator.

See Also