FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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
    public CellStyle Editor {get;}
    Remarks
    This style is empty by default, so cells being edited are rendered using the Focus style.
    See Also