RadControls for WinForms

Defines the possible order of items in the ActiveDocumentList menu, displayed for each DocumentTabStrip.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum ActiveDocumentListSortOrder
Visual Basic
Public Enumeration ActiveDocumentListSortOrder

Members

Member nameValueDescription
None0 No srot order is applied. The items in the menu are in the order they ppear in the owned documents.
ByText1 The items are sorted by the Text value of each document.
ZOrdered2 The items are sorted by their z-order, supported by the DocumentManager.

See Also