Gets or sets which tab item should be selected after deleting (closing) the current tab item. This is a dependency property.
public SelectionOnTabRemoval SelectionOnTabRemoval { get; set; }
Public Property SelectionOnTabRemoval As SelectionOnTabRemoval
Use the SelectionOnTabRemoval property to set which tab item should be selected when the current item is closed: the previously selected, the preceding, or the following one.