IAggregateDescriptionBase
Interface
Specify the minimum set of properties and methods that a AggregateDescription should implement.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IAggregateDescriptionBase
Properties
Gets the display-friendly name.
C#
string DisplayName { get; }
Get the TotalFormat.
C#
TotalFormat TotalFormat { get; }
Methods
Creates a new instance of the IAggregateDescriptionBase, making deep copies of the object's values.
C#
IAggregateDescriptionBase Clone()
A clone of the current object.
Returns the member name that is used for aggregation.