PivotGridCustomTotal Members
Represents a custom total which can be calculated for an outer column field or row field.Constructors
Name | Description |
---|---|
PivotGridCustomTotal() | Initializes a new instance of the PivotGridCustomTotal class. |
PivotGridCustomTotal(PivotSummaryType) | Initializes a new instance of the PivotGridCustomTotal class. |
Properties
Name | Description |
---|---|
CellFormat | Provides the settings used to format the custom total’s values. Inherited from PivotGridCustomTotalBase. |
Format | Provides the settings used to format the text within the custom total’s headers. Inherited from PivotGridCustomTotalBase. |
SummaryType | Gets or sets the type of the summary function used to calculate the current custom total. Inherited from PivotGridCustomTotalBase. |
Tag | Gets or sets the data associated with the custom total. Inherited from PivotGridCustomTotalBase. |
Methods
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