Back to Devexpress

XRControl.IsSingleChild Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-4a2b28a1.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public bool IsSingleChild { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSingleChild As Boolean

Property Value

TypeDescription
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

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace