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

In This Topic
    SelectedStyle Property (Split)
    In This Topic
    Gets or sets the Style object that controls the appearance of selected rows and columns.
    Syntax
    'Declaration
     
    
    Public Property SelectedStyle As Style
    public Style SelectedStyle {get; set;}
    See Also