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

TdxMapControlOptionsBehavior Class

Stores Map Control behavior settings.

#Declaration

Delphi
TdxMapControlOptionsBehavior = class(
    TcxOwnedPersistent
)

#Remarks

Navigation Panel and behavior (TdxMapControlOptionsBehavior) settings determine available Map Control UI elements and end-user functionality.

#Main API Members

The list below outlines key members of the TdxMapControlOptionsBehavior class. These members allow you to configure map user interaction settings.

Animation
Specifies if animations are enabled for zoom in and out operations.
InertialScrolling
Specifies if inertial map scrolling is enabled.
MapItemSelectMode
Allows you to change map item selection behavior.
Scrolling | Zooming
Specify if map scroll and zoom operations are available to users. These properties also hide or display corresponding UI elements on the Navigation Panel.

#Direct TdxMapControlOptionsBehavior Class Reference

The TdxCustomMapControl.OptionsBehavior property references a TdxMapControlOptionsBehavior object.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxMapControlOptionsBehavior
See Also