xtrareports-js-aspxclientreportdesignercustomizetoolboxeventargs.md
Provides data for the ASPxClientReportDesigner.CustomizeToolbox event.
declare class ASPxClientReportDesignerCustomizeToolboxEventArgs extends ASPxClientEventArgs
ASPxClientReportDesignerCustomizeToolboxEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
ASPxClientEventArgs ASPxClientReportDesignerCustomizeToolboxEventArgs
Initializes a new instance of the ASPxClientReportDesignerCustomizeToolboxEventArgs class with the specified settings.
constructor(
controlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory
)
| 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.
|
Provides information about all controls available in the Toolbox.
ControlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory
| Type | Description |
|---|---|
| ControlsFactory |
An ControlsFactory object that provides information about toolbox controls.
|