ComponentOne FlexGrid for WinForms
Focus Property

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : Focus Property
Gets the style used to paint the current cell when the control has focus.
Syntax
'Declaration
 
Public ReadOnly Property Focus As CellStyle
public CellStyle Focus {get;}
Remarks
This style is empty by default, so focused cells are rendered using the Normal style.
See Also

Reference

CellStyleCollection Class
CellStyleCollection Members