Back to Devexpress

TdxCustomMapControl.OptionsBehavior Property

vcl-dxmapcontrol-dot-tdxcustommapcontrol-8d9606e1.md

latest1005 B
Original Source

TdxCustomMapControl.OptionsBehavior Property

Specifies the settings that determine how the map control responds to end-user actions.

Declaration

delphi
property OptionsBehavior: TdxMapControlOptionsBehavior read; write;

Property Value

Type
TdxMapControlOptionsBehavior

Remarks

To learn about these settings, refer to the TdxMapControlOptionsBehavior class description.

Note

To postpone immediate repainting of the map control in response to layout/appearance changes, enclose the code that performs bulk modifications within BeginUpdate/EndUpdate method blocks.

See Also

TdxCustomMapControl Class

TdxCustomMapControl Members

dxMapControl Unit