RankBinding(DataBindingBase, CalculationPartitioningCriteria, RankType, PivotSortOrder) Constructor
Initializes a new instance of the RankBinding class with specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public RankBinding(
DataBindingBase source,
CalculationPartitioningCriteria mode,
RankType rankType,
PivotSortOrder order
)
Parameters
| Name | Type | Description |
|---|---|---|
| source | DataBindingBase | A DataBindingBase descendant that supplies the source data. |
| mode | CalculationPartitioningCriteria | A CalculationPartitioningCriteria enumeration member that specifies a window in a window calculation. |
| rankType | RankType | The rank type. |
| order | PivotSortOrder | The sort order. |
See Also