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

XRControl.Parent Property

Gets or sets the parent object of this control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public virtual XRControl Parent { get; set; }

Property Value

Type Description
XRControl

An XRControl object representing this XRControl‘s parent.

Remarks

The object’s parent is an XRControl that contains this object in the collection returned by the parent’s XRControl.Controls property.

See Also