TcxTreeListNode.Focused Property
Determines whether the node has focus.
Declaration
property Focused: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Use the Focused property to determine whether the node has focus. Setting this property to True moves focus to the node.
The TreeList.FocusedNode property identifies the focused node.
See Also