Back to Devexpress

Band.CanHaveChildren Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-band-ae127ed6.md

latest1.3 KB
Original Source

Band.CanHaveChildren Property

Overrides the XRControl.CanHaveChildren property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override bool CanHaveChildren { get; }
vb
Public Overrides ReadOnly Property CanHaveChildren As Boolean

Property Value

TypeDescription
Boolean

true always.

|

Remarks

This property is overridden in the Band class to change its return value to true. The child controls can be accessed via the XRControl.Controls property.

See Also

Band Class

Band Members

DevExpress.XtraReports.UI Namespace