ComponentOne Data Source for Entity Framework
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 System.Boolean
    public System.bool MoveToFirstOnLoad {get; set;}
    See Also