TcxCustomGridTableOptionsView.FocusRect Property
Specifies if a grid View draws the focus rectangle around the focused record.
Declaration
property FocusRect: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to hide the focus rectangle. If the focus rectangle is visible, you can use the grid View’s OptionsSelection.HideFocusRectOnExit property to change the rectangle’s behavior when a TcxGrid control loses focus.
The FocusRect property’s default value is True.
See Also