Skip to main content
All docs
V18.2

ASPxClientCustomizeElementsEventArgs.GetById(String) Method

Returns UI elements with the specified ID.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxReportUIElement[] GetById(
    string templateId
)

Parameters

Name Type Description
templateId String

A string that specifies the element ID.

Returns

Type Description
ASPxReportUIElement[]

An array of ASPxReportUIElement objects.

See Also