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

In This Topic
    SortOnServer Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ODataCollectionViewService<T>.SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client.
    Syntax
    'Declaration
     
    Public Property SortOnServer As Boolean
    public bool SortOnServer {get; set;}
    See Also