Skip to main content

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 PivotGridFieldBase

The field to which the condition corresponds. This value is assigned to the PivotGridFieldSortCondition.Field property.

value Object

An object that specifies the field value represented by the condition. This value is assigned to the PivotGridFieldSortCondition.Value property.

olapUniqueName String

A String that represents the unique name of the corresponding OLAP member. This value is assigned to the PivotGridFieldSortCondition.OLAPUniqueMemberName property.

See Also