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

In This Topic
    Focus Property
    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
    public CellStyle Focus {get;}
    Remarks
    This style is empty by default, so focused cells are rendered using the Normal style.
    See Also