A newer version of this page is available.
Switch to the current version.
MiniMapLayerBase.Name Property
Gets or sets the name of this layer.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue("")]
public string Name { get; set; }
<DefaultValue("")>
Public Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value. |
Remarks
This name can be used to get the layer from MiniMapLayerCollection using the [] operator.
See Also
Feedback