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

In This Topic
    Source Property
    In This Topic
    Gets or sets the data source of C1DataPager.
    Syntax
    'Declaration
     
    Public Property Source As IEnumerable
    public IEnumerable Source {get; set;}
    See Also