Skip to main content
All docs
V18.2

ASPxDesignerControlsFactory Class

Enables you to customize controls available in the Toolbox of the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public class ASPxDesignerControlsFactory

The following members return ASPxDesignerControlsFactory objects:

Remarks

This class instance is available in the CustomizeToolbox event.

You can use the setExpressionBinding and hideExpressionBindings methods to manage properties displayed in the Properties panel’s Expressions tab.

The inheritControl and registerControl methods allow you to create a new custom control and register it in the Toolbox. See Register a Custom Control in the Report Designer Toolbox for a step-by-step tutorial.

Inheritance

Object
ASPxDesignerControlsFactory
See Also