Click or drag to resize

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
C#
public enum MoveDirection
Members
  Member nameValueDescription
Up0 Move before.
Down1 Move after.
See Also