FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridRenderer Class / TracksSelection Property

In This Topic
    TracksSelection Property (C1FlexGridRenderer)
    In This Topic
    Gets a value that determines whether this renderer tracks the selection to paint highlighted column and row headers.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TracksSelection As Boolean
    public virtual bool TracksSelection {get;}
    See Also