ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / CollapsibleSubtotals Property

In This Topic
    CollapsibleSubtotals Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns.
    Syntax
    'Declaration
     
    Public Property CollapsibleSubtotals As Boolean
    public bool CollapsibleSubtotals {get; set;}
    See Also