DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / MoveToFirstOnReset Property

In This Topic
    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