MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DropDownViewStyles Class / SelectedColumnHeader Property

In This Topic
    SelectedColumnHeader Property
    In This Topic
    Gets or sets the style used to paint selected column headers.
    Syntax
    'Declaration
     
    
    Public Property SelectedColumnHeader As ViewCellStyle
    public ViewCellStyle SelectedColumnHeader {get; set;}
    See Also