DashboardControl.customTemplates Property
Gets or sets knockout templates that you can use in the Web Dashboard.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.Web.Scripts.KnockoutObservableArray | A KnockoutObservableArray object that is a knockout template collection. |
Remarks
To add a knockout template, add an object containing the template’s data and name properties to the customTemplates collection.
To learn more about knockout templates, refer to Knockout Documentation.
See Also