Skip to main content

TcxTreeListOptionsView.FocusRect Property

Specifies whether the focus rectangle is displayed around the currently focused node.

Declaration

property FocusRect: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Values include:

Value Meaning Sample
True The focus rectangle is displayed around data cells and the preview section of the currently focused node.
False The focus rectangle is hidden.

The default value of the FocusRect property is True.

See Also