InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDataNavigator Class / Position Property

In This Topic
    Position Property (InputDataNavigator)
    In This Topic
    Gets or sets the current position in the underlying data list.
    Syntax
    'Declaration
     
    Public Property Position As Integer
    public int Position {get; set;}
    See Also