Skip to main content
All docs
V18.2

ASPxClientCustomizeElementsEventArgs.Elements Property

Provides access to the collection of UI elements.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxReportUIElement[] Elements { get; }

Property Value

Type Description
ASPxReportUIElement[]

An array of the ASPxReportUIElement objects.

See Also