[]
        
(Showing Draft Content)

C1.Web.Mvc.ODataCollectionViewService-1.GroupOnServer

GroupOnServer Property

GroupOnServer

Gets or sets a value that determines whether grouping should be performed on the server or on the client. This property should be set to true only when OData API supports aggregation using the Apply query option.

Declaration
public bool GroupOnServer { get; set; }
Public Property GroupOnServer As Boolean