Back to Devexpress

ASPxClientReportDesignerCustomizeToolboxEventArgs Class

xtrareports-js-aspxclientreportdesignercustomizetoolboxeventargs.md

latest2.1 KB
Original Source

ASPxClientReportDesignerCustomizeToolboxEventArgs Class

Provides data for the ASPxClientReportDesigner.CustomizeToolbox event.

Declaration

ts
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

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

Parameters

NameTypeDescription
controlsFactoryControlsFactory

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

ts
ControlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory

Property Value

TypeDescription
ControlsFactory

An ControlsFactory object that provides information about toolbox controls.

|