TcxTreeListOptionsBehavior Class
Stores a TreeList control’s behavior and end-user functionality settings.
Declaration
TcxTreeListOptionsBehavior = class(
TcxControlOptionsBehavior
)
Remarks
Options allow you to handle the following end-user actions:
Drag and drop (AutoDragCopy, DragCollapse, DragExpand, DragFocusing, and WaitForExpandNodeTime);
Node expansion (ExpandOnDblClick and ExpandOnIncSearch);
Node and in-place editor vertical sizing (EditAutoHeight);
Node scrolling and hot-tracking (RecordScrollMode and HotTrack);
Incremental searching (IncSearchItem);
Displaying hints for visual elements with truncated content and navigator buttons (FooterHints, HeaderHints, and NavigatorHints);
Applying changes to the TreeList control (ChangeDelay, ConfirmDelete, and ShowHourGlass).
A TreeList control’s OptionsBehavior property references a TcxTreeListOptionsBehavior object.