XRControl.IsSingleChild Property
Checks whether the report element (control or band) is a single child of its parent.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the report element is a single child; otherwise, false. |
Remarks
For example, the IsSingleChild method is useful, if it’s required to delete an entire XRTable if the XRTableRow it contains is the only row.
See Also