Skip to main content
All docs
V18.2

ASPxClientCustomizeParameterEditorsEventArgs.parameter Property

Provides access to an object that stores information about a parameter.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxDesignerElementParameterDescriptor parameter { get; }

Property Value

Type Description
ASPxDesignerElementParameterDescriptor

An ASPxDesignerElementParameterDescriptor object.

See Also