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

In This Topic
    SelectedStyle Property (C1ListBase)
    In This Topic
    Returns the C1.Win.C1List.Style object that controls the appearance of selected cells.
    Syntax
    'Declaration
     
    
    Public Property SelectedStyle As Style
    public Style SelectedStyle {get; set;}
    See Also