Skip to main content
All docs
V18.2

ASPxClientParametersResetEventArgs.ParametersViewModel Property

Provides access to a View Model for report parameters.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public object ParametersViewModel { get; }

Property Value

Type Description
Object

A View Model object.

See Also