Skip to main content
A newer version of this page is available.
All docs
V19.2

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.

WebDashboardDrillDownScheme

Note

In OLAP mode, the ASPxClientDashboardItemDrillDownStateChangedEventArgs.Values/ ItemDrillDownStateChangedEventArgs.values properties return unique names instead of values.

Inheritance

ASPxClientEventArgs
ASPxClientDashboardItemEventArgs
ASPxClientDashboardItemDrillDownStateChangedEventArgs

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.