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

TdxMapItemTitleOptions.Visibility Property

Switches the visibility of map item titles.

#Declaration

Delphi
property Visibility: TdxMapItemTitleVisibility read; write; default mitvAuto;

#Property Value

Type Default
TdxMapItemTitleVisibility mitvAuto

#Remarks

Options include:

Value

Description

mitvHidden

The title is hidden for a map item if mitvHidden is assigned either to the map item’s TitleOptions.Visibility or a map layer’s ItemTitleOptions.Visibility property.

mitvAuto

The title is displayed for a map item if the following conditions are met:

  • mitvAuto is assigned both to the map item’s TitleOptions.Visibility and a map layer’s ItemTitleOptions.Visibility property;

  • The title’s text fits the map item’s bounds.

mitvVisible

The title is displayed unless specified otherwise using the counterpart property (the map item’s TitleOptions.Visibility or a map layer’s ItemTitleOptions.Visibility).

Use the Text property to specify the title’s text.

The default value of the Visibility property is mitvAuto.

See Also