DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientViewSource Class / MoveToFirstOnLoad Property

In This Topic
    MoveToFirstOnLoad Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property MoveToFirstOnLoad As Boolean
    public bool MoveToFirstOnLoad {get; set;}
    See Also