Skip to main content
All docs
V18.2

ASPxDesignerControlsFactory.getControlInfo(String) Method

Returns information about the specified toolbox control.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerToolboxItem getControlInfo(
    string controlType
)

Parameters

Name Type Description
controlType String

A string that specifies the control type.

Returns

Type Description
ASPxDesignerToolboxItem

An object that provides information about a toolbox control.

See Also