Skip to main content
All docs
V26.1
  • ASPxClientReportDesignerCustomizeToolboxEventArgs Class

    Provides data for the ASPxClientReportDesigner.CustomizeToolbox event.

    Declaration

    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

    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

    ControlsFactory: DevExpress.Reporting.Designer.Controls.ControlsFactory

    Property Value

    Type Description
    ControlsFactory

    An ControlsFactory object that provides information about toolbox controls.