InterfaceIAggregateDescriptionBase
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:
cs-api-definition
public interface IAggregateDescriptionBase
Properties
DisplayName
Gets the display-friendly name.
TotalFormat
Get the TotalFormat.
Methods
Clone()
Creates a new instance of the IAggregateDescriptionBase, making deep copies of the object's values.
Declaration
cs-api-definition
IAggregateDescriptionBase Clone()
Returns
A clone of the current object.
GetMemberName()
Returns the member name that is used for aggregation.