Skip to main content
A newer version of this page is available. .

XRPanel.CanHaveChildren Property

Overrides the XRControl.CanHaveChildren property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public override bool CanHaveChildren { get; }

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