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

In This Topic
Editor Property (CellStyleCollection)
In This Topic
Gets the style used to paint the cell being edited.
Syntax
'Declaration
 
Public ReadOnly Property Editor As CellStyle
 
Remarks
This style is empty by default, so cells being edited are rendered using the Focus style.
See Also