Band.CanHaveChildren Property
Overrides the XRControl.CanHaveChildren property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public override bool CanHaveChildren { get; }
Public Overrides ReadOnly Property CanHaveChildren As Boolean
Property Value
Type | Description |
---|---|
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
Feedback