Defines the possible order of items in the ActiveDocumentList menu, displayed for each DocumentTabStrip.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public enum ActiveDocumentListSortOrder
Fields
The items are sorted by the Text value of each document.
C#
ByText = 1
No srot order is applied. The items in the menu are in the order they ppear in the owned documents.
C#
None = 0
The items are sorted by their z-order, supported by the DocumentManager.
C#
ZOrdered = 2