IAggregateDescription
Interface
Specify the set of properties and methods that a AggregateDescription should implement.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IAggregateDescription : IDescriptionBase, INamed
Derived Classes:
Inherited Members
Properties
Gets a value indicating whether aggregate values should be interpreted as KPIs.
C#
bool DisplayValueAsKpi { get; }
true if values will be interpreted as KPIs; otherwise, false.
Get the TotalFormat.
C#
TotalFormat TotalFormat { get; }