Skip to main content
All docs
V18.2

ASPxClientCustomizeParameterLookUpSourceEventArgs.items Property

Provides access to the collection of look-up parameter values.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerElementEditorItem[] items { get; }

Property Value

Type Description
ASPxDesignerElementEditorItem[]

An array of ASPxDesignerElementEditorItem objects that store information about look-up parameter values.

See Also