Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalBase Members

Represents the base class for the PivotGridCustomTotal class.

Constructors

Name Description
PivotGridCustomTotalBase() Initializes a new instance of the PivotGridCustomTotalBase class with the default settings.
PivotGridCustomTotalBase(PivotSummaryType) Initializes a new instance of the PivotGridCustomTotalBase class with the specified summary function type.

Properties

Name Description
CellFormat Provides the settings used to format the custom total’s values.
Format Provides the settings used to format the text within the custom total’s headers.
SummaryType Gets or sets the type of the summary function used to calculate the current custom total.
Tag Gets or sets the data associated with the custom total.

Methods

Name Description
CloneTo(PivotGridCustomTotalBase) Copies settings of the current object to the object passed as the parameter.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCellFormat() Gets the actual settings used to format the custom total’s values.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValueText(Object) Returns the formatted text representation of the specified value according to the settings used to represent the headers of the current custom total.
IsEqual(PivotGridCustomTotalBase) Returns whether the settings of the current and specified objects match.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the text representation of the current object.
See Also