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

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