Share via


TabViewTabDragStartingEventArgs.Tab Property

Definition

Gets the TabViewItem that was selected for the drag action.

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

Property Value

Applies to