TcxCustomGridTableOptionsSelection.HideFocusRectOnExit Property
Determines whether the focus rectangle is displayed around the focused record when the grid loses its focus.
Declaration
property HideFocusRectOnExit: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If this property is set to True, the focus rectangle is hidden when the grid loses focus and the focused record is left highlighted. Use the OptionsView.FocusRect property to control the focus rectangle’s visibility when a grid is focused.
The default value of the HideFocusRectOnExit property is True.
See Also