New to Telerik UI for WinFormsStart a free 30-day trial

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()
Returns:

IAggregateDescriptionBase

A clone of the current object.

Returns the member name that is used for aggregation.

C#
string GetMemberName()
Returns:

string

The member name.