SP.View.aggregationsStatus Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies whether totals are shown in the list view.

var value = SP.View.get_aggregationsStatus(); 
SP.View.set_aggregationsStatus(value);

Property Value

Type: String

Applies To

SP.View Class

Exceptions

  • [System.ArgumentException]
    Value is changed, and Aggregations is null. Error code: -2147024809.

Remarks

It must be null if Aggregations is null, otherwise it must be "On" or "Off". It must be null if Aggregations is null; otherwise it must be "On" or "Off".

See Also

Reference

SP.View Methods

SP.View Properties

SP Namespace