A newer version of this page is available.
Switch to the current version.
XRControl.Band Property
Provides access to the owner band, in which the current control is situated.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public virtual Band Band { get; }
<Browsable(False)>
Public Overridable ReadOnly Property Band As Band
Property Value
Type | Description |
---|---|
Band | A Band class descendant representing the owner band. |
See Also
Feedback