C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Focus Property

In This Topic
Focus Property (CellStyleCollection)
In This Topic
Gets the style used to paint the current cell when the control has focus.
Syntax
'Declaration
 
Public ReadOnly Property Focus As CellStyle
 
Remarks
This style is empty by default, so focused cells are rendered using the Normal style.
See Also