Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.model Property

Provides access to a dialog’s model.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<ASPxDesignerDialogModel> model { get; }

Property Value

Type Description
KnockoutObservable<ASPxDesignerDialogModel>

A knockout observable object of the ASPxDesignerDialogModel type.

See Also