Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeToolboxEventArgs(ASPxDesignerControlsFactory) Constructor

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

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientReportDesignerCustomizeToolboxEventArgs(
    ASPxDesignerControlsFactory controlsFactory
)

Parameters

Name Type Description
controlsFactory ASPxDesignerControlsFactory

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

See Also