Skip to main content
All docs
V18.2

ASPxDesignerElementSerializationInfo.valuesArray Property

Gets the collection of values displayed in the Property grid.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerElementEditorItem[] valuesArray { get; }

Property Value

Type Description
ASPxDesignerElementEditorItem[]

An array of ASPxDesignerElementEditorItem objects.

See Also