ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.6.2 Assembly / C1.WPF.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