dashboard-js-devexpress-dot-dashboard-5a64a0b2.md
Provides options for customizing the DashboardParameterDialogExtension.
export interface DashboardParameterDialogExtensionOptions
See the following topic for information on how to use the DashboardControl’s client-side API: Extensions Overview.
See Also
Extensions in the Web Dashboard
A handler for the event that occurs after parameter values provided using a Dynamic List are loaded.
onDynamicLookUpValuesLoaded?: (args: DynamicLookUpValuesLoadedArgs) => void
| Type | Description |
|---|---|
| (args: DynamicLookUpValuesLoadedArgs) => void |
A function that is executed after parameter values provided using a Dynamic List are loaded.
|
A handler for the event that occurs after the Dashboard Parameters dialog is hidden.
onHidden?: (args: DashboardParameterDialogArgs) => any
| Type |
|---|
| (args: DashboardParameterDialogArgs) => any |
A handler for the event that occurs before the Dashboard Parameters dialog is shown.
onShowing?: (args: DashboardParameterDialogArgs) => any
| Type |
|---|
| (args: DashboardParameterDialogArgs) => any |
A handler for the event that occurs after the Dashboard Parameters dialog is shown.
onShown?: (args: DashboardParameterDialogArgs) => any
| Type |
|---|
| (args: DashboardParameterDialogArgs) => any |