True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SelectedStyle Property

In This Topic
    SelectedStyle Property (C1TrueDBGrid)
    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