Enum DisplayOrder
Specifies how WpfTreeNodes are sorted in a WpfTreeView.
Namespace: ABB.Robotics.RobotStudio.UI
Assembly: ABB.Robotics.RobotStudio.UI.dll
Syntax
public enum DisplayOrder
Fields
| Name | Description |
|---|---|
| Alphabetical | Nodes are sorted alphabetically by the Text property. |
| AsIs | No sorting. |
| Default | Nodes are sorted according to SortProperty and SortDirection. |