Skip to main content

TcxCustomTreeList.OnCanFocusNode Event

Enables you to control which nodes can be focused by end-users.

Declaration

property OnCanFocusNode: TcxTreeListNodeChangingEvent read; write;

Remarks

Fires when a node is being focused.

Sender specifies the tree list.

ANode specifies the node being focused.

Allow specifies whether ANode can be focused. Set Allow to True, to allow focusing.

See Also