MoveToFirstOnReset Property (View)
In This Topic
Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any
C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True.
Syntax
'Declaration
Public Property MoveToFirstOnReset As Boolean
public bool MoveToFirstOnReset {get; set;}
See Also