ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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.
    Syntax
    'Declaration
     
    Public Property CollapsibleSubtotals As System.Boolean
    public System.bool CollapsibleSubtotals {get; set;}
    See Also