Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / LoopPosition Property

In This Topic
    LoopPosition Property (C1BasePicker)
    In This Topic
    Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.
    Syntax
    'Declaration
     
    
    Public Property LoopPosition As Boolean
    public bool LoopPosition {get; set;}
    See Also