New to Telerik UI for WPFStart a free 30-day trial

Determines which pane should be activated when the selected is removed.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public enum ActivationMode

Fields

The first non disabled and visible item in the items collection is activated.

C#
First = 0

The last non disable and visible item in the items collection is activated.

C#
Last = 1

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.

C#
LastActivated = 4

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.

C#
Next = 3

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.

C#
Previous = 2
In this article
DefinitionFieldsFirstLastLastActivatedNextPrevious
Not finding the help you need?
Contact Support