ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CollectionViewServiceTagHelper Class / InitialItemsCount Property

In This Topic
    InitialItemsCount Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewService<T>.InitialItemsCount. Sets a number value which decides the count of the initial loaded items.
    Syntax
    'Declaration
     
    Public Overrides Property InitialItemsCount As Nullable(Of Integer)
    public override Nullable<int> InitialItemsCount {get; set;}
    See Also