Back to Devexpress

SortingOptions.TargetBand Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-sortingoptions.md

latest2.0 KB
Original Source

SortingOptions.TargetBand Property

Specifies the band for which sorting in Print Preview is enabled.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public Band TargetBand { get; set; }
vb
<DefaultValue(Nothing)>
Public Property TargetBand As Band

Property Value

TypeDefaultDescription
Bandnull

A Band object.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TargetBand
XRLabel

.InteractiveSorting .TargetBand

|

Remarks

When this property is set to DetailBand, interactive sorting will be enabled for report detail data.

When this property is set to a Group Header, interactive sorting will be enabled for report groups.

See Also

GroupField

Sort a Report in Print Preview

SortingOptions Class

SortingOptions Members

DevExpress.XtraReports.UI Namespace