Skip to main content

XRControl.Band Property

Provides access to the owner band, in which the current control is situated.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public virtual Band Band { get; }

Property Value

Type Description
Band

A Band class descendant representing the owner band.

See Also