Skip to main content

PivotGridFieldSortCondition Constructors

Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.
Name Parameters Description
PivotGridFieldSortCondition() none Initializes a new instance of the PivotGridFieldSortCondition class with the default settings.
PivotGridFieldSortCondition(PivotFieldValueItem) item Initializes a new instance of the PivotGridFieldSortCondition class.
PivotGridFieldSortCondition(PivotGridFieldBase, Object, String) field, value, olapUniqueName Initializes a new instance of the PivotGridFieldSortCondition class.
PivotGridFieldSortCondition(PivotGridFieldBase, Object) field, value Initializes a new instance of the PivotGridFieldSortCondition class.
See Also