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.String
|
TotalFormat
Methods
Clone()
Creates a new instance of the IAggregateDescriptionBase, making deep copies of the object's values.
Declaration
IAggregateDescriptionBase Clone()
Returns
IAggregateDescriptionBase
A clone of the current object. |
GetMemberName()
Returns the member name that is used for aggregation.
Declaration
string GetMemberName()
Returns
System.String
The member name. |