Skip to main content
All docs
V18.2

ASPxClientReportDesignerComponentAddedEventArgs.Model Property

Gets the model 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 Model { get; }

Property Value

Type Description
Object

An object that specifies the component model.

See Also