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

XRControl.HasChildren Property

Gets a value indicating whether the control contains other XRControl objects.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public bool HasChildren { get; }

Property Value

Type Description
Boolean

true if the collection returned by the XRControl.Controls property of the given XRControl contains at least one item; otherwise, false.

See Also