PivotGridFieldSortBySummaryInfo Properties
Contains the settings used to sort the values of a column field or row field by summary values in another row/column.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. |
See Also