Skip to main content
A newer version of this page is available. .

TdxTreeViewControlOptionsBehavior Class

Contains settings that specify how the Tree View control responds to user actions.

Declaration

TdxTreeViewControlOptionsBehavior = class(
    TdxTreeViewCustomOptionsBehavior
)

Remarks

The TdxTreeViewControlOptionsBehavior class members allow you to do the following:

  • Set the delay between user actions and the corresponding node selection state changes (ChangeDelay).

  • Prohibit a user from opening an in-place caption editor (CaptionEditing).

  • Highlight hot-tracked nodes (HotTrack).

  • Automatically sort nodes in the Tree View control (SortType).

  • Show or hide node hints (ToolTips).

The Tree View control’s OptionsBehavior property references a TdxTreeViewControlOptionsBehavior object.

See Also