ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class / MoveToFirstOnReset Property

In This Topic
    MoveToFirstOnReset Property
    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 System.Boolean
    public System.bool MoveToFirstOnReset {get; set;}
    See Also