Back to Devexpress

TdxMapItemTitleOptions Class

vcl-dxmapitem-fb2eb7ac.md

latest1.0 KB
Original Source

TdxMapItemTitleOptions Class

Stores map item title settings.

Declaration

delphi
TdxMapItemTitleOptions = class(
    TcxOwnedPersistent
)

Remarks

The TdxMapItemTitleOptions class has members that allow you to do the following:

  • Set the map item title’s text (Text).

  • Show or hide the map item title (Visibility).

  • Respond to a title setting change (OnChanged).

The TdxMapItem.TitleOptions property references a TdxMapItemTitleOptions object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxMapItemTitleOptions

See Also

TdxMapItemTitleOptions Members

dxMapItem Unit