Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardControl Members

    A client-side part of the Web Dashboard.

    Constructors

    Name Description
    DashboardControl() Initializes a new instance of the DashboardControl class.

    Properties

    Name Description
    customTemplates Gets or sets knockout templates that you can use in the Web Dashboard.
    extensions Provides an access to the collection of registered dashboard extensions.

    Methods

    Name Description
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    findExtension(String) Allows you to get access to the extension.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    initializeDashboard(String, String) Initializes a new dashboard with the specified name and JSON model.
    initializeDashboard(String, String, Object) Initializes a new dashboard with the specified name, JSON model and initial state.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    registerExtension(IExtension) Allows you to register a dashboard extension to add its functionality to the Web Dashboard.
    ToString() Returns a string that represents the current object. Inherited from Object.
    unregisterExtension(String) Allows you to unregister a dashboard extension to disable its functionality in the Web Dashboard.
    See Also