Back to Devexpress

ASPxReportUIElement Class

xtrareports-js-aspxreportuielement.md

latest1.4 KB
Original Source

ASPxReportUIElement Class

Provides information about a UI element of the Web Report Designer or Web Document Viewer.

Declaration

ts
declare class ASPxReportUIElement

Remarks

For an example of using this class, see the ASPxClientReportDesigner.CustomizeElements, ASPxClientReportDesigner.PreviewCustomizeElements and ASPxClientWebDocumentViewer.CustomizeElements events.

Properties

model Property

Provides access to an element model.

Declaration

ts
model: any

Property Value

TypeDescription
any

An object that specifies the element model.

|

templateName Property

Provides access to the name of an HTML template used by an element.

Declaration

ts
templateName: string

Property Value

TypeDescription
string

A string that specifies the name of the HTML template.

|