XRPanel.CanHaveChildren Property
Overrides the XRControl.CanHaveChildren property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true always. |
Remarks
This property is overridden in the XRPanel class to change its return value to true. The child controls can be accessed via the XRControl.Controls property.
See Also