Enum
OrderType

Enumerates the two ways a data structure orders its elements.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum OrderType

Fields

Ascending

Specifies that the element with the minimum priority will pop first in the data structure.

Declaration

cs-api-definition
Ascending = 0

Field Value

OrderType

Descending

Specifies that the element with the maximum priority will pop first in the data structure.

Declaration

cs-api-definition
Descending = 1

Field Value

OrderType

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