PivotGridFieldSortCondition(PivotGridFieldBase, Object, String) Constructor
In This Article
Initializes a new instance of the PivotGridFieldSortCondition class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
public PivotGridFieldSortCondition(
PivotGridFieldBase field,
object value,
string olapUniqueName
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
The field to which the condition corresponds. This value is assigned to the Pivot |
value | Object | An object that specifies the field value represented by the condition. This value is assigned to the Pivot |
olap |
String | A String that represents the unique name of the corresponding OLAP member. This value is assigned to the Pivot |
See Also