DashboardControl.findExtension(String) Method
Allows you to get access to the extension.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value that is the dashboard extension name. |
Returns
| Type | Description |
|---|---|
| IExtension | An IExtension object that is a dashboard extension. |
Remarks
Use the IExtension.name property to get an extension name.
See Also