Skip to main content
All docs
V18.2

ASPxDesignerParameterType.displayValue Property

Provides access to a text displayed to end-users when creating parameters of the current type.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string displayValue { get; }

Property Value

Type Description
String

A string displayed to end-users.

See Also