Skip to main content

RankBinding(DataBindingBase, CalculationPartitioningCriteria, RankType, PivotSortOrder) Constructor

Initializes a new instance of the RankBinding class with specified settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public RankBinding(
    DataBindingBase source,
    CalculationPartitioningCriteria mode,
    RankType rankType,
    PivotSortOrder order
)

Parameters

Name Type Description
source DataBindingBase

A DataBindingBase descendant that provides 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