Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any Reset notification) if current item was not set by other means. The default is True.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool MoveToFirstOnReset { get; set; }
Visual Basic
Public Property MoveToFirstOnReset As Boolean
	Get
	Set

See Also