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

    When implemented, represents the Web Dashboard extension.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public class IExtension

    The following members accept/return IExtension objects:

    Remarks

    The JavaScript extensions allow you to customize and provide certain functionality to the Web Dashboard control. You can include or exclude the required control functionality using extensions.

    To learn more about working with extensions, see Working with Extensions.

    See Also