Back to Devexpress

PivotGridFieldSortCondition Constructors

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldsortcondition-dot-ctor.md

latest1.9 KB
Original Source

PivotGridFieldSortCondition Constructors

Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.

NameParametersDescription
PivotGridFieldSortCondition()noneInitializes a new instance of the PivotGridFieldSortCondition class with the default settings.
PivotGridFieldSortCondition(PivotFieldValueItem)itemInitializes a new instance of the PivotGridFieldSortCondition class.
PivotGridFieldSortCondition(PivotGridFieldBase, Object, String)pivotGridField, sortConditionValue, olapUniqueNameInitializes a new instance of the PivotGridFieldSortCondition class.
PivotGridFieldSortCondition(PivotGridFieldBase, Object)field, valueInitializes a new instance of the PivotGridFieldSortCondition class.

See Also

PivotGridFieldSortCondition Class

PivotGridFieldSortCondition Members

DevExpress.XtraPivotGrid Namespace