EnumActiveDocumentListSortOrder
Enum
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:
cs-api-definition
public enum ActiveDocumentListSortOrder
Fields
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.