XRControl.HasChildren Property
Gets a value indicating whether the control contains other XRControl objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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