ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property CollapsibleSubtotals As System.Boolean
    'Usage
     
    
    Dim instance As PivotGrid
    Dim value As System.Boolean
     
    instance.CollapsibleSubtotals = value
     
    value = instance.CollapsibleSubtotals
    [System.ComponentModel.DefaultValue(true)]
    public System.bool CollapsibleSubtotals {get; set;}
    public read-write property CollapsibleSubtotals: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set CollapsibleSubtotals : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_CollapsibleSubtotals();
    public: __property void set_CollapsibleSubtotals( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool CollapsibleSubtotals {
       System.bool get();
       void set (    System.bool value);
    }
    See Also