Back to Devexpress

XRControl.Band Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-e249cdfc.md

latest1.2 KB
Original Source

XRControl.Band Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public virtual Band Band { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Band As Band

Property Value

TypeDescription
Band

A Band class descendant representing the owner band.

|

See Also

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace