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

In This Topic
    HighLightRowStyle Property (C1List)
    In This Topic
    Returns the Style object that controls the appearance of hight light row.
    Syntax
    'Declaration
     
    
    Public Property HighLightRowStyle As Style
    public Style HighLightRowStyle {get; set;}
    Remarks
    This property returns the Style object that controls the appearance of ahighlighted row. By default, this is the built-in HighlightRow style.
    See Also