Blazor | ComponentOne
C1.Blazor.DataPager Assembly / C1.Blazor.DataPager Namespace / C1DataPager Class / Source Property

In This Topic
    Source Property (C1DataPager)
    In This Topic
    Gets or sets the collection of items that supports paging.
    Syntax
    'Declaration
     
    
    Public Property Source As IDataCollection(Of Object)
    public IDataCollection<object> Source {get; set;}
    See Also