PivotGridFieldSortBySummaryInfo Methods
Contains the settings used to sort the values of a column field or row field by summary values in another row/column.| Name | Description |
|---|---|
| Assign(PivotGridFieldSortBySummaryInfo) | Copies settings from the specified object to the current object. |
| 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| 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. |
| Reset() | Reverts the PivotGridFieldSortBySummaryInfo.SummaryType, PivotGridFieldSortBySummaryInfo.Field and PivotGridFieldSortBySummaryInfo.FieldName properties to their default values. |
| ResetConditions() | This member supports the infrastructure and cannot be used directly from your code. |
| ShouldSerialize() | Tests whether the PivotGridFieldSortBySummaryInfo object should be persisted. |
| ShouldSerializeConditions() | This member supports the infrastructure and cannot be used directly from your code. |
| ToString() | Gets the text representation of the current object. |
See Also