PivotGridBuilder<T>.AllowExpandAll Method
Name | Parameters | Description |
---|---|---|
AllowExpandAll(JS) | value | Allows users to expand/collapse all header items within the same header level. Ignored if the PivotGridDataSource's paginate property is true. Mirrors the client-side allowExpandAll option. |
AllowExpandAll(Boolean) | value | Allows users to expand/collapse all header items within the same header level. Ignored if the PivotGridDataSource's paginate property is true. Mirrors the client-side allowExpandAll option. |