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

In This Topic
    HighLightRowStyle Property (C1ListBase)
    In This Topic
    Returns the C1.Win.C1List.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 C1.Win.C1List.Style object that controls the appearance of ahighlighted row. By default, this is the built-in HighlightRow style.
    See Also