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

TdxMapItem.Style Property

Provides access to the appearance settings applied to the map item in the normal state.

#Declaration

Delphi
property Style: TdxMapItemStyle index mcesNormal read; write;

#Property Value

Type Description
TdxMapItemStyle

Stores the appearance settings applied to a specific map item’s state.

#Remarks

Use the Style, StyleHot, and StyleSelected properties to customize the appearance settings of the map item in the normal, hot-tracked, and selected states, respectively. These properties specify individual appearance settings of the map item and have priority over the item layer‘s ItemStyle, ItemStyleHot, and ItemStyleSelected properties, which specify appearance settings that are common to all map items displayed by the item layer.

See Also