ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / SortableGroups Property

In This Topic
    SortableGroups Property
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.SortableGroups. Sets a value that determines whether the engine should sort groups when sorting the value fields (measures) or whether it should keep the group order and the data only within each group.
    Syntax
    'Declaration
     
    Public Property SortableGroups As Boolean
    public bool SortableGroups {get; set;}
    Remarks
    It works when the SubTotals are included.
    See Also