ASPxClientDashboardItemMasterFilterStateChangedEventArgs Class
In This Article
Provides data for the ASPxClientDashboard.ItemMasterFilterStateChanged event.
#Declaration
TypeScript
declare class ASPxClientDashboardItemMasterFilterStateChangedEventArgs extends ASPxClientDashboardItemEventArgs
#Remarks
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Inheritance
ASPxClientEventArgs
ASPxClientDashboardItemEventArgs
ASPxClientDashboardItemMasterFilterStateChangedEventArgs
#Properties
#Values Property
Gets the currently selected values.
#Declaration
TypeScript
Values: object[][]
#Property Value
Type | Description |
---|---|
object[][] | An array of objects that are the currently selected values. |