Back to Devexpress

SelectionOnTabRemoval Enum

wpf-devexpress-dot-xpf-dot-docking-d680ec9b.md

latest1.4 KB
Original Source

SelectionOnTabRemoval Enum

Lists the values that specify which tab is selected when closing the current tab.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum SelectionOnTabRemoval
vb
Public Enum SelectionOnTabRemoval

Members

NameDescription
PreviousSelection

The previously selected tab is selected when the current tab is closed.

| | Preceding |

The preceding tab is selected when the current tab is closed.

| | Following |

The following tab is selected when the current tab is closed.

|

The following properties accept/return SelectionOnTabRemoval values:

Remarks

The values listed by this enumeration are used to set the LayoutGroup.SelectionOnTabRemoval property.

See Also

DevExpress.Xpf.Docking Namespace