ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / SlidingEventArgs Class / TabItem Property

In This Topic
    TabItem Property (SlidingEventArgs)
    In This Topic
    Gets the C1DockTabItem that is sliding.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabItem As C1DockTabItem
    public C1DockTabItem TabItem {get;}
    See Also