Determines what action should be performed when SelectedItem is removed.
Definition
Namespace:Telerik.Windows.Controls.TabControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public enum SelectedItemRemoveBehaviour
Fields
The first non disable and visible item in the items collection is selected.
SelectFirst = 1
The last non disable and visible item in the items collection is selected.
SelectLast = 2
The next non disable and visible item in the items collection is selected. If there is no such item the previous non disable and visible item is selected. If there is no such item no action is performed.
SelectNext = 4
No action is performed.
SelectNone = 0
The previous non disable and visible item in the items collection is selected. If there is no such item the next non disable and visible item is selected. If there is no such item no action is performed.
SelectPrevious = 3