Skip to main content
All docs
V18.2

ASPxDesignerControlsFactory.getControlType(Object) Method

Returns a control type by the specified model.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string getControlType(
    object model
)

Parameters

Name Type Description
model Object

An object that specifies the control model.

Returns

Type Description
String

A string that specifies the control type.

See Also