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

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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

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

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