SelectedItemsOrder Enumeration |
Defines the order of the selected items collection.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum SelectedItemsOrder
Public Enumeration SelectedItemsOrder
Members
| Member name | Description |
---|
| ItemIndexOrder | The items will be sorted into their index order. |
| SelectedOrder | The items will be listed in the order they were selected. |
See Also