ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Hover Property

In This Topic
    Hover Property
    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