PivotGridFieldSortBySummaryInfo Members
Contains the settings used to sort the values of a column field or row field by summary values in another row/column.Constructors
| Name | Description |
|---|---|
| PivotGridFieldSortBySummaryInfo(PivotGridFieldBase, String) | Initializes a new instance of the PivotGridFieldSortBySummaryInfo class. |
Properties
| Name | Description |
|---|---|
| Conditions | Contains conditions that identify the column or row whose values are sorted. |
| CustomTotalSummaryType | Gets or sets the summary type of the custom total column/row, by which the current field values are sorted. |
| Field | Gets or sets the field whose summary values define the order in which the values of the current column field or row field are arranged. |
| FieldComponentName | For internal use. Gets or sets the name of the field specified by the PivotGridFieldSortBySummaryInfo.Field property. |
| FieldName | Gets or sets the field name of the field whose summary values define the order in which the values of the current column field or row field are arranged. |
| IsEmpty | Gets whether the current object is initialized with valid data. |
| Owner | Gets the field which owns the current PivotGridFieldSortBySummaryInfo object and whose values are sorted using the settings of this object. |
| SummaryType | Gets or sets the summary function type used to calculate the summary values which define the order in which the current column field’s (row field’s) values are arranged. |
Methods
| 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