Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VerticalDetailBand.SortFields Property

Gets the collection of data fields used to sort the data in the report’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatData)]
public GroupFieldCollection SortFields { get; }

#Property Value

Type Description
GroupFieldCollection

A collection of data fields to sort by.

#Remarks

Use the SortFields property to specify a collection of the data fields by which the data in the report’s data source is sorted when creating the report’s document. The GroupField objects that you add to this collection specify the data field’s name and the sort order for this field’s data.

See Also