Back to Devexpress

SortByCondition Constructors

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-sortbycondition-dot-ctor.md

latest1.5 KB
Original Source

SortByCondition Constructors

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

NameParametersDescription
SortByCondition()noneInitializes a new instance of the SortByCondition class with default settings.
SortByCondition(PivotGridField, Object, String)field, value, olapUniqueNameInitializes a new instance of the SortByCondition class.
SortByCondition(PivotGridField, Object)field, valueInitializes a new instance of the SortByCondition class.
SortByCondition(PivotGridFieldSortCondition)conditionInitializes a new instance of the SortByCondition class.

See Also

SortByCondition Class

SortByCondition Members

DevExpress.Xpf.PivotGrid Namespace