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

In This Topic
    HighLight Property (C1FlexGridBase)
    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 CellStyleCollection.Highlight property.
    See Also