Skip to main content
All docs
V18.2

ASPxDesignerParameterType.defaultVal Property

Provides access to the default value for parameters of the current type.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object defaultVal { get; }

Property Value

Type Description
Object

An object that specifies the default value.

See Also