ASPxClientDashboardItemDrillDownStateChangedEventArgs Class
Provides data for the ASPxClientDashboard.ItemDrillDownStateChanged event.
Declaration
declare class ASPxClientDashboardItemDrillDownStateChangedEventArgs extends ASPxClientDashboardItemEventArgs
Remarks
The ItemDrillDownStateChanged event is raised when an end-user performs drill-down or drill-up in a certain dashboard item. To determine the component name of this dashboard item, use the ASPxClientDashboardItemEventArgs.ItemName event parameter. Other event parameters include the following.
- ASPxClientDashboardItemDrillDownStateChangedEventArgs.Action returns the action performed in the dashboard item. For example, ‘Down’ identifies a drill-down while ‘Up’ identifies a drill-up.
- ASPxClientDashboardItemDrillDownStateChangedEventArgs.Values returns values from the current drill-down hierarchy.
Note
In OLAP mode, the ASPxClientDashboardItemDrillDownStateChangedEventArgs.Values/ ItemDrillDownStateChangedEventArgs.values properties return unique names instead of values.
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.
Inheritance
Properties
Action Property
Gets the drill-down action performed in the dashboard item.
Declaration
Action: string
Property Value
Type | Description |
---|---|
string | A string value that is the drill-down action performed in the dashboard item. |
Remarks
The Action property returns the action performed in the dashboard item. For example, ‘Down’ identifies a drill-down while ‘Up’ identifies a drill-up.
Values Property
Gets values from the current drill-down hierarchy.
Declaration
Values: any[]
Property Value
Type | Description |
---|---|
any[] | An array of values from the current drill-down hierarchy. |