ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / HighLightRowStyle Property

In This Topic
    HighLightRowStyle Property (Split)
    In This Topic
    Gets or sets the Style object that controls the current row/cell when the MarqueeStyle is set to Highlight Row/Cell.
    Syntax
    'Declaration
     
    
    Public Property HighLightRowStyle As Style
    public Style HighLightRowStyle {get; set;}
    See Also