Version

TotalLabel Property

Gets or sets the text label to use in the total cell of the column.
Syntax
public string TotalLabel {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionFrom the setter if column was removed from the table.
Remarks

The total label can be set regardless of whether or not the totals row is visible. If the totals row is hidden, the label will not be displayed anywhere. When the totals row is visible, it will be set as the value of the total cell of the column.

Setting the TotalFormula to a non-null value will clear the TotalLabel, and vice versa.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also