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

ASPxClientReportDesignerCustomizeToolboxEventArgs Class

Provides data for the ASPxClientReportDesigner.CustomizeToolbox event.

#Declaration

TypeScript
declare class ASPxClientReportDesignerCustomizeToolboxEventArgs extends ASPxClientEventArgs

#Remarks

ASPxClientReportDesignerCustomizeToolboxEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientReportDesignerCustomizeToolboxEventArgs

#constructor(controlsFactory)

Initializes a new instance of the ASPxClientReportDesignerCustomizeToolboxEventArgs class with the specified settings.

#Declaration

TypeScript
constructor(
    controlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory
)

#Parameters

Name Type Description
controlsFactory ControlsFactory

An object that provides information about all controls available in the Toolbox. This object is assigned to the ASPxClientReportDesignerCustomizeToolboxEventArgs.ControlsFactory property.

#Properties

#ControlsFactory Property

Provides information about all controls available in the Toolbox.

#Declaration

TypeScript
ControlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory

#Property Value

Type Description
ControlsFactory

An ControlsFactory object that provides information about toolbox controls.