Skip to main content
All docs
V18.2

ASPxClientCustomizeParameterEditorsEventArgs.info Property

Provides access to an object that stores information required to serialize a parameter editor.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerElementSerializationInfo info { get; }

Property Value

Type Description
ASPxDesignerElementSerializationInfo

An ASPxDesignerElementSerializationInfo object.

See Also