FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Hover Property

In This Topic
    Hover Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint hovered cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Hover As CellStyle
    public CellStyle Hover {get;}
    Remarks
    This style is empty by default, so all scrollable cells are rendered using the Normal style.
    See Also