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) | pivotGridField, sortConditionValue, olapUniqueName | Initializes a new instance of the PivotGridFieldSortCondition class. |
PivotGridFieldSortCondition(PivotGridFieldBase, Object) | field, value | Initializes a new instance of the PivotGridFieldSortCondition class. |
See Also