Skip to main content
All docs
V18.2

ASPxDesignerToolboxItem.info Property

Provides access to information required to serialize a toolbox control.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerElementSerializationInfo[] info { get; }

Property Value

Type Description
ASPxDesignerElementSerializationInfo[]

An array of ASPxDesignerElementSerializationInfo objects that provide information required to serialize an element.

See Also