Back to Devexpress

LayerBase.Name Property

windowsforms-devexpress-dot-xtramap-dot-layerbase-6218eaaa.md

latest1.0 KB
Original Source

LayerBase.Name Property

Gets or sets the name of layer.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string Name { get; set; }
vb
<DefaultValue("")>
Public Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.XtraMap Namespace