XRControl.HasChildren Property
Gets a value indicating whether the control contains other XRControl objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Browsable(false)]
public bool HasChildren { get; }
<Browsable(False)>
Public ReadOnly Property HasChildren As Boolean
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
Feedback