Share via


TabViewTabDroppedOutsideEventArgs.Tab Property

Definition

Gets the TabViewItem that was dropped outside of the TabStrip.

TabViewItem Tab();
public TabViewItem Tab { get; }
var tabViewItem = tabViewTabDroppedOutsideEventArgs.tab;
Public ReadOnly Property Tab As TabViewItem

Property Value

Applies to