Skip to main content
All docs
V18.2

ASPxDesignerElementParameterDescriptor.name Property

Provides access to the parameter name.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string name { get; }

Property Value

Type Description
String

A String value, specifying the parameter name.

See Also