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