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 |
---|---|---|
controls |
Controls |
An object that provides information about all controls available in the Toolbox. This object is assigned to the ASPx |
#Properties
#ControlsFactory Property
Provides information about all controls available in the Toolbox.
#Declaration
TypeScript
ControlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory
#Property Value
Type | Description |
---|---|
Controls |
An Controls |