MapItemAttributeCollection.Item[String] Property
In This Article
Provides access to individual map items in the collection by their names.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MapItemAttribute this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name of the map item to get. |
#Property Value
Type | Description |
---|---|
Map |
A Map |
#Remarks
This property searches the collection for the map item whose name matches the specified value, and returns this map item. If no such map item is found, the indexer returns null (Nothing in Visual Basic).
See Also