Skip to main content

PivotGridCustomTotalBase Methods

Represents the base class for the PivotGridCustomTotal class.
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