Skip to main content
All docs
V25.1
  • RankBindingBase.Order Property

    Gets or sets the sort order required to assign a rank to each row within a partition.

    Namespace: DevExpress.PivotGrid.DataBinding

    Assembly: DevExpress.PivotGrid.v25.1.Core.dll

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    [DefaultValue(PivotSortOrder.Descending)]
    public PivotSortOrder Order { get; set; }

    Property Value

    Type Default Description
    PivotSortOrder Descending

    A PivotSortOrder enumeration member that specifies the sort order.

    Available values:

    Name Description
    Ascending

    Sorts the field in ascending order.

    Descending

    Sorts the field in descending order.

    See Also