Class ActivationMode
Determines which pane should be activated when the selected is removed.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class ActivationMode : Enum
Fields
First
The first non disabled and visible item in the items collection is activated.
Declaration
public const ActivationMode First
Field Value
ActivationMode
|
Last
The last non disable and visible item in the items collection is activated.
Declaration
public const ActivationMode Last
Field Value
ActivationMode
|
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.
Declaration
public const ActivationMode LastActivated
Field Value
ActivationMode
|
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.
Declaration
public const ActivationMode Next
Field Value
ActivationMode
|
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.
Declaration
public const ActivationMode Previous
Field Value
ActivationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|