GroupField.SortOrder Property
Gets or sets the order for the records when grouping or sorting columns in a report’s data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(XRColumnSortOrder.Ascending)]
[SRCategory(ReportStringId.CatBehavior)]
public XRColumnSortOrder SortOrder { get; set; }
Property Value
Type | Default | Description |
---|---|---|
XRColumnSortOrder | Ascending | An XRColumnSortOrder enumeration value. |
Remarks
The SortOrder property specifies a sorting order for the values in the group field. To disable sorting in grouped data, set this property to None.
See Also