InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1DataPager Class / CurrentIndex Property

In This Topic
    CurrentIndex Property
    In This Topic
    Gets or sets the index of the current item.
    Syntax
    'Declaration
     
    Public Property CurrentIndex As Integer
    public int CurrentIndex {get; set;}
    See Also