DashboardControl.extensions Property
Provides an access to the collection of registered dashboard extensions.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IExtension[] | An array of IExtension objects that are dashboard extensions. |
Remarks
Use the extensions property to get a list of registered dashboard extensions that are used in the Web Dashboard control.
See Also