Skip to main content
All docs
V18.2

ASPxDesignerElementParameterDescriptor.description Property

Provides access to the parameter description.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string description { get; }

Property Value

Type Description
String

A String value, specifying the parameter description.

See Also