Interface IAggregateDescriptionBase
Specify the minimum set of properties and methods that a AggregateDescription should implement.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IAggregateDescriptionBase
Properties
DisplayName
Gets the display-friendly name.
Declaration
string DisplayName { get; }
Property Value
System.
|
TotalFormat
Methods
Clone()
Creates a new instance of the IAggregate
Declaration
IAggregateDescriptionBase Clone()
Returns
IAggregate A clone of the current object. |
GetMemberName()
Returns the member name that is used for aggregation.
Declaration
string GetMemberName()
Returns
System. The member name. |