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

In This Topic
    DisableServerRead Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewService<T>.DisableServerRead. Sets whether to disable server-side sorting, paging and filtering.
    Syntax
    'Declaration
     
    Public Overrides Property DisableServerRead As Boolean
    public override bool DisableServerRead {get; set;}
    See Also