Back to Devexpress

XRControl.HasChildren Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-78be8318.md

latest1.3 KB
Original Source

XRControl.HasChildren Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace