Skip to main content
All docs
V25.1
  • CrossTabGroupFieldInfo.SortOrder Property

    Namespace: DevExpress.XtraReports.Wizards.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ColumnSortOrder SortOrder { get; set; }

    Property Value

    Type
    ColumnSortOrder

    Available values:

    Name Description
    None

    No sorting is applied to a column.

    Ascending

    Sorts the column in ascending order.

    Descending

    Sorts the columns in descending order.

    See Also