Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • 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

    public KnockoutObservableArray customTemplates { get; }

    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