Skip to main content
A newer version of this page is available. .

RankBindingBase(DataBindingBase, CalculationPartitioningCriteria, RankType, PivotSortOrder) Constructor

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

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public RankBindingBase(
    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