Interface
IAggregateDescriptionBase

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.

Declaration

cs-api-definition
string DisplayName { get; }

Property Value

string

TotalFormat

Get the TotalFormat.

Declaration

cs-api-definition
TotalFormat TotalFormat { get; }

Property Value

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

IAggregateDescriptionBase

A clone of the current object.

GetMemberName()

Returns the member name that is used for aggregation.

Declaration

cs-api-definition
string GetMemberName()

Returns

string

The member name.