Enum
ActiveDocumentListSortOrder

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.

Declaration

cs-api-definition
ByText = 1

Field Value

ActiveDocumentListSortOrder

None

No srot order is applied. The items in the menu are in the order they ppear in the owned documents.

Declaration

cs-api-definition
None = 0

Field Value

ActiveDocumentListSortOrder

ZOrdered

The items are sorted by their z-order, supported by the DocumentManager.

Declaration

cs-api-definition
ZOrdered = 2

Field Value

ActiveDocumentListSortOrder

In this article
DefinitionFieldsByTextNoneZOrdered
Not finding the help you need?
Contact Support