Back to Devexpress

XRGroupSortingSummary.SortOrder Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgroupsortingsummary-49e91d50.md

latest1.8 KB
Original Source

XRGroupSortingSummary.SortOrder Property

Specifies the sorting direction for groups.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public XRColumnSortOrder SortOrder { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public Property SortOrder As XRColumnSortOrder

Property Value

TypeDescription
XRColumnSortOrder

An XRColumnSortOrder enumeration value.

|

Available values:

NameDescription
None

The column is not sorted.

| | Ascending |

The column is sorted in ascending order.

| | Descending |

The column is sorted in descending order.

|

Remarks

To learn more, see Grouping and Sorting a Report’s Data.

See Also

Group and Sort the Report Data

XRGroupSortingSummary Class

XRGroupSortingSummary Members

DevExpress.XtraReports.UI Namespace