New to Telerik UI for WPFStart a free 30-day trial

Enumerates the two ways a data structure orders its elements.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public enum OrderType

Fields

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

C#
Ascending = 0

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

C#
Descending = 1
In this article
DefinitionFieldsAscendingDescending
Not finding the help you need?
Contact Support