Gets or sets a value indicating that the first item must be made current after Load()()()() operation is completed if current item was not set by other means.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool MoveToFirstOnLoad { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property MoveToFirstOnLoad As Boolean
	Get
	Set

See Also