PivotGridCustomTotal Methods
Represents a custom total which can be calculated for an outer column field or row field.Name | Description |
---|---|
CloneTo(PivotGridCustomTotalBase) | Copies settings of the current object to the object passed as the parameter. Inherited from PivotGridCustomTotalBase. |
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. Inherited from PivotGridCustomTotalBase. |
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. Inherited from PivotGridCustomTotalBase. |
IsEqual(PivotGridCustomTotalBase) | Returns whether the settings of the current and specified objects match. Inherited from PivotGridCustomTotalBase. |
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. Inherited from PivotGridCustomTotalBase. |
See Also