Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapItemAttributes Methods
Show Inherited Hide Inherited

Stores arbitrary data (also called attributes) associated with a map item.
Name Description
Add(string,Variant) Adds an attribute to the collection or updates an existing attribute’s value.
ContainsName(string) Determines if the collection contains an attribute with a specified name.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNames(TStrings) Retrieves the names of all attributes stored in the collection.
Remove(string) Removes a specified attribute from the collection.
ToString Inherited from TObject.
See Also