Utils_LinqMoveDirection Enumeration |
Describes the direction used to move an object in a list.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public enum MoveDirection
Members
| Member name | Value | Description |
---|
| Up | 0 |
Move before.
|
| Down | 1 |
Move after.
|
See Also