ASPxClientCustomizeElementsEventArgs Class
Provides data for the ASPxClientReportDesigner.CustomizeElements, ASPxClientReportDesigner.PreviewCustomizeElements and ASPxClientWebDocumentViewer.CustomizeElements events.
#Declaration
TypeScript
declare class ASPxClientCustomizeElementsEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientCustomizeElementsEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientCustomizeElementsEventArgs
#constructor(elements)
Initializes a new instance of the ASPxClientCustomizeElementsEventArgs
class with the specified settings.
#Declaration
TypeScript
constructor(
elements: ASPxReportUIElement[]
)
#Parameters
Name | Type | Description |
---|---|---|
elements | ASPx |
An array of ASPx |
#Properties
#Elements Property
Provides access to the collection of UI elements.
#Declaration
TypeScript
Elements: ASPxReportUIElement[]
#Property Value
Type | Description |
---|---|
ASPx |
An array of the ASPx |
#Methods
#GetById(templateId) Method
Returns UI elements with the specified ID.
#Declaration
TypeScript
GetById(
templateId: string
): ASPxReportUIElement[]
#Parameters
Name | Type | Description |
---|---|---|
template |
string | A string that specifies the element ID. |
#Returns
Type | Description |
---|---|
ASPx |
An array of ASPx |