Skip to main content
All docs
V18.2

ASPxDesignerParameterType.specifics Property

Provides access to the specifics of a current parameter type.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string specifics { get; }

Property Value

Type Description
String

Parameter type specifics.

Remarks

The specifics property defines which icon to draw for parameters of the current type in the Field List and Expression Editor, and in which cases parameters should be available in the Filter Editor.

The following standard values are available.

  • integer;
  • float;
  • date;
  • string;
  • bool;
  • guid.
See Also