ASPxClientDynamicLookUpValuesLoadedEventArgs Class
Provides data for the ASPxClientDashboard.DynamicLookUpValuesLoaded event.
Declaration
declare class ASPxClientDynamicLookUpValuesLoadedEventArgs extends ASPxClientEventArgs
Remarks
Warning
A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
The corresponding DashboardControl’s event: DashboardParameterDialogExtensionOptions.onDynamicLookUpValuesLoaded.
Inherited Members
Inheritance
ASPxClientEventArgs
ASPxClientDynamicLookUpValuesLoadedEventArgs
Properties
ParameterName Property
Gets the dashboard parameter name whose values have been loaded.
Declaration
ParameterName: string
Property Value
| Type | Description |
|---|---|
| string | A string value that is the dashboard parameter name whose values have been loaded. |