Enum ActivationMode
Determines which pane should be activated when the selected is removed.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public enum ActivationMode
First
The first non disabled and visible item in the items collection is activated.
Last
The last non disable and visible item in the items collection is activated.
LastActivated
The previous activated item in the items collection is activated. If there is no such item the first non disabled and visible item is activated. If there is no such item no action is performed.
Next
The next non disabled and visible item in the items collection is activated. If there is no such item the previous non disabled and visible item is activated. If there is no such item no action is performed.
Previous
The previous non disabled and visible item in the items collection is activated. If there is no such item the next non disabled and visible item is activated. If there is no such item no action is performed.