Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.template Property

Provides access to the name of an HTML template used by a dialog.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<string> template { get; }

Property Value

Type Description
KnockoutObservable<String>

A knockout observable string that specifies the name of the HTML template used by a dialog.

See Also