ComponentOne List for WinForms
C1.Win.C1List Namespace / MismatchEventArgs Class / Reposition Property

In This Topic
    Reposition Property (MismatchEventArgs)
    In This Topic
    False to prevent the current row from moving back to the top of the list when a mismatch has been typed.
    Syntax
    'Declaration
     
    
    Public Property Reposition As Boolean
    public bool Reposition {get; set;}
    See Also