TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / ActualSelectedTabHeaderStyle Property

In This Topic
    ActualSelectedTabHeaderStyle Property
    In This Topic
    Gets the actual style that will be applied to the row-header cells when they are selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualSelectedTabHeaderStyle As Style
    public Style ActualSelectedTabHeaderStyle {get;}
    See Also