Enum
ActivationMode

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

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public enum ActivationMode

Fields

First

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

Declaration

cs-api-definition
First = 0

Field Value

ActivationMode

Last

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

Declaration

cs-api-definition
Last = 1

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

cs-api-definition
LastActivated = 4

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

cs-api-definition
Next = 3

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

cs-api-definition
Previous = 2

Field Value

ActivationMode

In this article
DefinitionFieldsFirstLastLastActivatedNextPrevious
Not finding the help you need?
Contact Support