Skip to main content
All docs
V18.2

ASPxClientReportDesignerComponentAddedEventArgs.Parent Property

Gets the parent of a component that has been added to a report.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object Parent { get; }

Property Value

Type Description
Object

An object that specifies the component parent.

See Also