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

TdxCustomMapItemLayer.MapItems Property

Provides access to a collection of map items stored in the map layer.

#Declaration

Delphi
property MapItems: TdxMapItems read; write;

#Property Value

Type
TdxMapItems

#Remarks

Refer to the TdxMapItems class description to learn about available collection management capabilities. At design time, the MapItems property provides the collection editor, which offers similar capabilities. To invoke the collection editor, switch to the Object Inspector and click the ellipsis button next to the MapItems property. In the collection editor, click the down arrow button next to the Add button and select the map item type to be appended to the collection from the drop-down list.

Clicking the Add button creates a dot.

See Also