Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomShowPreviewEventArgs.SortProperty Property

Gets the sorting applied to data.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.2.dll

Declaration

public SortProperty[] SortProperty { get; }

Property Value

Type Description
SortProperty[]

An array of SortProperty objects which specify data sorting.

See Also