Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo.array Property

Gets a value indicating whether or not the property returns an array.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public bool array { get; }

Property Value

Type Description
Boolean

true if the property returns an array; otherwise false.

See Also