FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / HighLight Property

In This Topic
    HighLight Property (C1FlexGridClassic)
    In This Topic
    Gets or sets when to highlight selected cells.
    Syntax
    'Declaration
     
    
    Public Property HighLight As HighLightEnum
    public HighLightEnum HighLight {get; set;}
    Remarks
    You can customize the appearance of highlighted cells by modifying the C1.Win.C1FlexGrid.CellStyleCollection.Highlight property.
    See Also