Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxReportUIElement Class

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

#Declaration

TypeScript
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

TypeScript
model: any

#Property Value

Type Description
any

An object that specifies the element model.

#templateName Property

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

#Declaration

TypeScript
templateName: string

#Property Value

Type Description
string

A string that specifies the name of the HTML template.