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

In This Topic
    CollapsibleSubtotals Property
    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
     
    
    <DefaultValueAttribute(True)>
    Public Property CollapsibleSubtotals As Boolean
    [DefaultValue(true)]
    public bool CollapsibleSubtotals {get; set;}
    See Also