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

MiniMapLayerBase.Name Property

Gets or sets the name of this layer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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